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.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/protocols/ace/RMCast/Bits.h b/protocols/ace/RMCast/Bits.h
deleted file mode 100644
index 1b45580647b..00000000000
--- a/protocols/ace/RMCast/Bits.h
+++ /dev/null
@@ -1,26 +0,0 @@
-// 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