summaryrefslogtreecommitdiff
path: root/protocols/ace/RMCast/Bits.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/ace/RMCast/Bits.h')
-rw-r--r--protocols/ace/RMCast/Bits.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/protocols/ace/RMCast/Bits.h b/protocols/ace/RMCast/Bits.h
new file mode 100644
index 00000000000..0c1090910ce
--- /dev/null
+++ b/protocols/ace/RMCast/Bits.h
@@ -0,0 +1,28 @@
+// 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/Synch.h>
+#include <ace/Auto_Ptr.h>
+
+//#include <iostream>
+
+namespace ACE_RMCast
+{
+ typedef ACE_Thread_Mutex Mutex;
+ typedef ACE_Guard<Mutex> Lock;
+ typedef ACE_Condition<Mutex> Condition;
+
+ using ::auto_ptr; // ACE auto_ptr.
+
+ // tmp
+ //
+ //using std::cerr;
+ //using std::endl;
+}
+
+
+#endif // ACE_RMCAST_BITS_H