#include "ace/Acceptor.h"
#include "tao/Basic_Types.h"
Include dependency graph for Transport_Acceptor.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | IOP |
namespace | TAO |
Classes | |
class | TAO_Acceptor |
Abstract Acceptor class used for pluggable transports. More... | |
class | TAO_Strategy_Acceptor< SVC_HANDLER, > |
Variables | |
const CORBA::ULong | TAO_ORB_TYPE = 0x54414f00U |
Interface for the Acceptor component of the TAO pluggable protocol framework.
Definition in file Transport_Acceptor.h.
const CORBA::ULong TAO_ORB_TYPE = 0x54414f00U |
This number was assigned by the OMG. Do *NOT* change. The ASCII representation is "TA\x00". If necessary, we can request more ORB types later.
Definition at line 64 of file Transport_Acceptor.h.
Referenced by TAO_IIOP_Acceptor::create_new_profile(), and TAO_IIOP_Acceptor::create_shared_profile().