summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/NotifySubscribe_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/NotifySubscribe_i.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/NotifySubscribe_i.h51
1 files changed, 0 insertions, 51 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/NotifySubscribe_i.h b/TAO/orbsvcs/orbsvcs/Notify/NotifySubscribe_i.h
deleted file mode 100644
index f6ac762e95e..00000000000
--- a/TAO/orbsvcs/orbsvcs/Notify/NotifySubscribe_i.h
+++ /dev/null
@@ -1,51 +0,0 @@
-/* -*- C++ -*- */
-// $Id$
-// ==========================================================================
-//
-// = LIBRARY
-// orbsvcs
-//
-// = FILENAME
-// NotifySubscribe_i.h
-//
-// = DESCRIPTION
-//
-//
-// = AUTHOR
-// Pradeep Gore <pradeep@cs.wustl.edu>
-//
-// ==========================================================================
-
-#ifndef NOTIFYSUBSCRIBE_H
-#define NOTIFYSUBSCRIBE_H
-
-#include "orbsvcs/orbsvcs/CosNotifyCommS.h"
-
-class TAO_NotifySubscribe_i : public virtual POA_CosNotifyComm::NotifySubscribe
-{
- // = TITLE
- // TAO_NotifySubscribe_i
- // = DESCRIPTION
- //
- //
-
-public:
- //Constructor
- TAO_NotifySubscribe_i (void);
-
- //Destructor
- virtual ~TAO_NotifySubscribe_i (void);
-
-virtual void subscription_change (
- const CosNotification::EventTypeSeq & added,
- const CosNotification::EventTypeSeq & removed,
- CORBA::Environment &ACE_TRY_ENV
- )
- ACE_THROW_SPEC ((
- CORBA::SystemException,
- CosNotifyComm::InvalidEventType
- ));
-
-};
-
-#endif /* NOTIFYSUBSCRIBE_H */