summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/RT_Notify_Service.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/RT_Notify_Service.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/RT_Notify_Service.h61
1 files changed, 0 insertions, 61 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/RT_Notify_Service.h b/TAO/orbsvcs/orbsvcs/Notify/RT_Notify_Service.h
deleted file mode 100644
index 6383e95fc34..00000000000
--- a/TAO/orbsvcs/orbsvcs/Notify/RT_Notify_Service.h
+++ /dev/null
@@ -1,61 +0,0 @@
-// -*- C++ -*-
-
-/**
- * @file RT_Notify_Service.h
- *
- * $Id$
- *
- * @author Pradeep Gore <pradeep@oomworks.com>
- *
- *
- */
-
-#ifndef TAO_Notify_RT_NOTIFY_SERVICE_H
-#define TAO_Notify_RT_NOTIFY_SERVICE_H
-
-#include /**/ "ace/pre.h"
-#include "orbsvcs/Notify/rt_notify_export.h"
-
-#if !defined (ACE_LACKS_PRAGMA_ONCE)
-# pragma once
-#endif /* ACE_LACKS_PRAGMA_ONCE */
-
-#include "orbsvcs/Notify/CosNotify_Service.h"
-
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
-/**
- * @class TAO_RT_Notify_Service
- *
- * @brief Implemetation of the TAO_Notify_Service interface for RT Notification.
- *
- */
-class TAO_RT_Notify_Export TAO_RT_Notify_Service : public TAO_CosNotify_Service
-{
-public:
- /// Constuctor
- TAO_RT_Notify_Service (void);
-
- /// Destructor
- ~TAO_RT_Notify_Service ();
-
- /// Init the service.
- virtual void init_service (CORBA::ORB_ptr orb ACE_ENV_ARG_DECL);
-
-protected:
- /// Init the data members
- virtual void init_i (CORBA::ORB_ptr orb ACE_ENV_ARG_DECL);
-
- /// Create the Factory for RT Notify objects.
- virtual TAO_Notify_Factory* create_factory (ACE_ENV_SINGLE_ARG_DECL);
-
- /// Creates the Builder for RT Notify objects.
- virtual TAO_Notify_Builder* create_builder (ACE_ENV_SINGLE_ARG_DECL);
-};
-
-TAO_END_VERSIONED_NAMESPACE_DECL
-
-ACE_FACTORY_DECLARE (TAO_RT_Notify,TAO_RT_Notify_Service)
-
-#include /**/ "ace/post.h"
-#endif /* TAO_Notify_RT_NOTIFY_SERVICE_H */