summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Reconnection_Registry.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Reconnection_Registry.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Reconnection_Registry.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Reconnection_Registry.h b/TAO/orbsvcs/orbsvcs/Notify/Reconnection_Registry.h
index 7fd7c455014..a55eb6973c6 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Reconnection_Registry.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/Reconnection_Registry.h
@@ -1,11 +1,11 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
+
/**
* @file Reconnection_Registry.h
*
* $Id$
*
* @author Dale Wilson <wilson_d@ociweb.com>
- *
*/
#ifndef TAO_NOTIFY_RECONNECTION_REGISTRY_H
@@ -24,6 +24,8 @@
#include "ace/Hash_Map_Manager_T.h"
#include "ace/Null_Mutex.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
namespace TAO_Notify
{
static const char REGISTRY_TYPE[] = "reconnect_registry";
@@ -92,5 +94,7 @@ namespace TAO_Notify
};
} // namespace TAO_Notify
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ <ace/post.h>
#endif /* TAO_NOTIFY_RECONNECTION_REGISTRY_H */