summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/ProxySupplier_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/ProxySupplier_T.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/ProxySupplier_T.cpp14
1 files changed, 8 insertions, 6 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/ProxySupplier_T.cpp b/TAO/orbsvcs/orbsvcs/Notify/ProxySupplier_T.cpp
index c926f4f5824..84e8b3e021b 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/ProxySupplier_T.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/ProxySupplier_T.cpp
@@ -1,12 +1,10 @@
// $Id$
-#ifndef TAO_Notify_PROXYSUPPLIER_T_C
-#define TAO_Notify_PROXYSUPPLIER_T_C
+#ifndef TAO_Notify_PROXYSUPPLIER_T_CPP
+#define TAO_Notify_PROXYSUPPLIER_T_CPP
#include "ProxySupplier_T.h"
-ACE_RCSID(Notify, TAO_Notify_ProxySupplier_T, "$Id$")
-
#include "Consumer.h"
#include "Structured/StructuredEvent.h"
#include "Any/AnyEvent.h"
@@ -16,9 +14,11 @@ ACE_RCSID(Notify, TAO_Notify_ProxySupplier_T, "$Id$")
#include "Event_Manager.h"
#include "ConsumerAdmin.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
template <class SERVANT_TYPE>
TAO_Notify_ProxySupplier_T<SERVANT_TYPE>::TAO_Notify_ProxySupplier_T (void)
- :is_suspended_ (0)
+ : is_suspended_ (0)
{
}
@@ -222,4 +222,6 @@ TAO_Notify_ProxySupplier_T<SERVANT_TYPE>::lifetime_filter (CosNotifyFilter::Mapp
ACE_THROW (CORBA::NO_IMPLEMENT ());
}
-#endif /* #define TAO_Notify_PROXYSUPPLIER_T_C */
+TAO_END_VERSIONED_NAMESPACE_DECL
+
+#endif /* #define TAO_Notify_PROXYSUPPLIER_T_CPP */