summaryrefslogtreecommitdiff
path: root/ACEXML/compass/Service.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACEXML/compass/Service.h')
-rw-r--r--ACEXML/compass/Service.h36
1 files changed, 0 insertions, 36 deletions
diff --git a/ACEXML/compass/Service.h b/ACEXML/compass/Service.h
deleted file mode 100644
index b2e3db4226d..00000000000
--- a/ACEXML/compass/Service.h
+++ /dev/null
@@ -1,36 +0,0 @@
-// $Id$
-
-#ifndef SERVICE_H
-#define SERVICE_H
-
-#include "orbsvcs/RtecEventCommS.h"
-#include "orbsvcs/Event/EC_Event_Channel.h"
-#include "orbsvcs/Event/EC_Default_Factory.h"
-#include "orbsvcs/CosNamingS.h"
-#include "orbsvcs/Naming/Naming_Utils.h"
-
-#if !defined (ACE_LACKS_PRAGMA_ONCE)
-# pragma once
-#endif /* ACE_LACKS_PRAGMA_ONCE */
-
-class Service
-{
- // = TITLE
- // Simple consumer object
- //
- // = DESCRIPTION
- // This class is a consumer of events.
- // It simply registers for one event type.
- //
-public:
- Service (void);
- // Constructor
-
- int run (int argc, char* argv[]);
- // Run the test
-
-private:
- CORBA::ORB_ptr orb_;
-};
-
-#endif /* CONSUMER_H */