conexus logo

endpointserver.h File Reference

#include <conexus/server.h>
#include <conexus/endpoint.h>

Include dependency graph for endpointserver.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Conexus::EndpointServer
 The EndpointServer generates Endpoints as a result of operation. More...

Namespaces

namespace  Conexus

Defines

#define CONEXUS_ENDPOINTSERVER_GENERIC_CREATE()   static EndpointServer::pointer generic_create() { return create(); }
 A convenience macro to create a static generic_create() method that returns an EndpointServer::pointer rather than the specific type smart pointer.


Define Documentation

 
#define CONEXUS_ENDPOINTSERVER_GENERIC_CREATE (  )     static EndpointServer::pointer generic_create() { return create(); }

A convenience macro to create a static generic_create() method that returns an EndpointServer::pointer rather than the specific type smart pointer.

To use this, just put: CONEXUS_ENDPOINTSERVER_GENERIC_CREATE(); somewhere in the public section of your class derived from EndpointServer.


Generated on Wed Jul 8 15:50:14 2009 for conexus by doxygen 1.5.8