#include "ace/Thread_Mutex.h"
#include "ace/Synch.h"
#include "ace/OS.h"
#include <map>
#include <BaseDef.h>
#include <LinearIdTrait.h>
#include <HierarchicalIdTrait.h>
Go to the source code of this file.
Namespaces | |
namespace | channel |
Classes | |
class | channel::Marshaler |
marshaling strategy objects More... | |
class | channel::MarshalerRegistry< IdType, IdTrait > |
Typedefs | |
typedef void(* | channel::MsgFreeCallback )(char *data) |
channel users should provide msg free callback |