summaryrefslogtreecommitdiff
path: root/protocols/ace/RMCast/Simulator.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/ace/RMCast/Simulator.h')
-rw-r--r--protocols/ace/RMCast/Simulator.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/protocols/ace/RMCast/Simulator.h b/protocols/ace/RMCast/Simulator.h
deleted file mode 100644
index 27b227f488b..00000000000
--- a/protocols/ace/RMCast/Simulator.h
+++ /dev/null
@@ -1,30 +0,0 @@
-// file : ace/RMCast/Simulator.h
-// author : Boris Kolpackov <boris@kolpackov.net>
-// cvs-id : $Id$
-
-#ifndef ACE_RMCAST_SIMULATOR_H
-#define ACE_RMCAST_SIMULATOR_H
-
-#include "Stack.h"
-#include "Protocol.h"
-#include "Bits.h"
-
-namespace ACE_RMCast
-{
- class Simulator : public Element
- {
- public:
- Simulator ();
-
- public:
- virtual void
- send (Message_ptr m);
-
- private:
- Message_ptr hold_;
- Mutex mutex_;
- };
-}
-
-
-#endif // ACE_RMCAST_SIMULATOR_H