summaryrefslogtreecommitdiff
path: root/DAnCE/tools/System_Health/Interceptors/SHS_CORBA_Transport.h
diff options
context:
space:
mode:
Diffstat (limited to 'DAnCE/tools/System_Health/Interceptors/SHS_CORBA_Transport.h')
-rw-r--r--DAnCE/tools/System_Health/Interceptors/SHS_CORBA_Transport.h33
1 files changed, 0 insertions, 33 deletions
diff --git a/DAnCE/tools/System_Health/Interceptors/SHS_CORBA_Transport.h b/DAnCE/tools/System_Health/Interceptors/SHS_CORBA_Transport.h
deleted file mode 100644
index ca610983509..00000000000
--- a/DAnCE/tools/System_Health/Interceptors/SHS_CORBA_Transport.h
+++ /dev/null
@@ -1,33 +0,0 @@
-/**
- * @file SHS_CORBA_Transport.h
- * @author William R. Otte <wotte@dre.vanderbilt.edu>
- */
-
-#ifndef SHS_CORBA_TRANSPORT_H
-#define SHS_CORBA_TRANSPORT_H
-
-#include "System_Health/Interceptors/SHS_Transport.h"
-#include "System_Health/Interceptors/DAnCE_SHS_CORBA_Transport_export.h"
-#include "System_Health/Daemon/SHS_DaemonC.h"
-
-namespace DAnCE
-{
- namespace SHS
- {
- class DAnCE_SHS_CORBA_Transport_Export SHS_CORBA_Transport :
- public virtual SHS_Transport
- {
- public:
- SHS_CORBA_Transport (void);
-
- virtual ~SHS_CORBA_Transport (void);
-
- virtual void configure (const Deployment::Properties &);
-
- virtual void push_event (const Status_Update &update);
- private:
- DAnCE::SHS::SHS_Daemon_var shs_daemon_;
- };
- }
-}
-#endif