summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Reconnection_Registry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Reconnection_Registry.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Reconnection_Registry.cpp10
1 files changed, 7 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Reconnection_Registry.cpp b/TAO/orbsvcs/orbsvcs/Notify/Reconnection_Registry.cpp
index 85681eafd55..bc3d05db4a1 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Reconnection_Registry.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/Reconnection_Registry.cpp
@@ -1,11 +1,11 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
+
/**
* @file Reconnection_Registry.cpp
*
* $Id$
*
* @author Dale Wilson <wilson_d@ociweb.com>
- *
*/
#include "Reconnection_Registry.h"
#include "tao/debug.h"
@@ -17,6 +17,9 @@
# define DEBUG_LEVEL TAO_debug_level
#endif
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
namespace TAO_Notify
{
Reconnection_Registry::Reconnection_Registry (Topology_Parent & parent)
@@ -242,5 +245,6 @@ namespace TAO_Notify
//@@ inform factory
}
-
} // namespace TAO_Notify
+
+TAO_END_VERSIONED_NAMESPACE_DECL