summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Trader/Trader_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Trader/Trader_T.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Trader/Trader_T.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Trader/Trader_T.cpp b/TAO/orbsvcs/orbsvcs/Trader/Trader_T.cpp
index 2b02ec5ffdc..4d41e22bd51 100644
--- a/TAO/orbsvcs/orbsvcs/Trader/Trader_T.cpp
+++ b/TAO/orbsvcs/orbsvcs/Trader/Trader_T.cpp
@@ -1,12 +1,12 @@
// $Id$
-#ifndef TAO_TRADER_C
-#define TAO_TRADER_C
+#ifndef TAO_TRADER_CPP
+#define TAO_TRADER_CPP
#include "Trader_T.h"
#include "Trader_Interfaces.h"
-ACE_RCSID(Trader, Trader_T, "$Id$")
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
template <class TRADER_LOCK_TYPE, class MAP_LOCK_TYPE>
TAO_Trader<TRADER_LOCK_TYPE, MAP_LOCK_TYPE>::
@@ -320,4 +320,6 @@ operator () (TAO_DynSequence_i& dyn_any,
return 1;
}
-#endif /* TAO_TRADER_C */
+TAO_END_VERSIONED_NAMESPACE_DECL
+
+#endif /* TAO_TRADER_CPP */