#include "Transport_Cache_Manager.h"
#include "tao/Transport_Timer.h"
#include "tao/Incoming_Message_Queue.h"
#include "ace/Time_Value.h"
Include dependency graph for Transport.h:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | TAO |
Classes | |
class | TAO_Transport |
Generic definitions for the Transport class. More... | |
class | TAO_Transport_Refcount_Guard |
Helper class that increments the refcount on construction and decrements the refcount on destruction. More... | |
Enumerations | |
enum | Connection_Role { TAO_UNSPECIFIED_ROLE = 0, TAO_SERVER_ROLE = 1, TAO_CLIENT_ROLE = 2 } |
Define the interface for the Transport component in TAO's pluggable protocol framework.
|
: Should this be in TAO namespace. Seems like a candidate that should be in the transport |