summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Subscription_Change_Worker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Subscription_Change_Worker.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Subscription_Change_Worker.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Subscription_Change_Worker.cpp b/TAO/orbsvcs/orbsvcs/Notify/Subscription_Change_Worker.cpp
deleted file mode 100644
index 12210af6fc4..00000000000
--- a/TAO/orbsvcs/orbsvcs/Notify/Subscription_Change_Worker.cpp
+++ /dev/null
@@ -1,18 +0,0 @@
-// $Id$
-
-#include "Subscription_Change_Worker.h"
-
-#if ! defined (__ACE_INLINE__)
-#include "Subscription_Change_Worker.inl"
-#endif /* __ACE_INLINE__ */
-
-ACE_RCSID(Notify, TAO_Subscription_Change_Worker, "$id$")
-
-TAO_NS_Subscription_Change_Worker::TAO_NS_Subscription_Change_Worker (const CosNotification::EventTypeSeq & added, const CosNotification::EventTypeSeq & removed)
-:added_ (added), removed_ (removed)
-{
-}
-
-TAO_NS_Subscription_Change_Worker::~TAO_NS_Subscription_Change_Worker ()
-{
-}