summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Log/NotifyLogNotification.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Log/NotifyLogNotification.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/NotifyLogNotification.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Log/NotifyLogNotification.h b/TAO/orbsvcs/orbsvcs/Log/NotifyLogNotification.h
index ce9c7dcfc7e..aac99386d03 100644
--- a/TAO/orbsvcs/orbsvcs/Log/NotifyLogNotification.h
+++ b/TAO/orbsvcs/orbsvcs/Log/NotifyLogNotification.h
@@ -1,4 +1,4 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
//=============================================================================
/**
@@ -8,10 +8,7 @@
*
* Methods to enable log-generated events.
*
- *
* @author D A Hanvey <d.hanvey@qub.ac.uk>
- *
- *
*/
//=============================================================================
@@ -37,6 +34,8 @@
#pragma warning(disable:4250)
#endif /* _MSC_VER */
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
/**
* @class TAO_NotifyLogNotification
*
@@ -99,6 +98,8 @@ private:
CosNotifyChannelAdmin::EventChannel_var event_channel_;
};
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#if defined(_MSC_VER)
#pragma warning(pop)
#endif /* _MSC_VER */