summaryrefslogtreecommitdiff
path: root/ACE/protocols/ace/RMCast/Bits.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/protocols/ace/RMCast/Bits.h')
-rw-r--r--ACE/protocols/ace/RMCast/Bits.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/ACE/protocols/ace/RMCast/Bits.h b/ACE/protocols/ace/RMCast/Bits.h
new file mode 100644
index 00000000000..1b45580647b
--- /dev/null
+++ b/ACE/protocols/ace/RMCast/Bits.h
@@ -0,0 +1,26 @@
+// file : ace/RMCast/Bits.h
+// author : Boris Kolpackov <boris@kolpackov.net>
+// cvs-id : $Id$
+
+#ifndef ACE_RMCAST_BITS_H
+#define ACE_RMCAST_BITS_H
+
+#include "ace/Auto_Ptr.h"
+#include "ace/Thread_Mutex.h"
+#include "ace/Condition_T.h"
+#include "ace/Synch_Traits.h"
+
+namespace ACE_RMCast
+{
+ typedef ACE_SYNCH_MUTEX Mutex;
+ typedef ACE_Guard<Mutex> Lock;
+ typedef ACE_Condition<Mutex> Condition;
+
+ // tmp
+ //
+ //using std::cerr;
+ //using std::endl;
+}
+
+
+#endif // ACE_RMCAST_BITS_H