From 94c5b51fa8ed6e5520da2cf5def58b5c0986f072 Mon Sep 17 00:00:00 2001 From: Ossama Othman Date: Fri, 28 Oct 2005 16:14:56 +0000 Subject: ChangeLogTag:Fri Oct 28 00:01:06 2005 Ossama Othman --- ace/Module.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ace/Module.h') diff --git a/ace/Module.h b/ace/Module.h index a3e6f4126b8..7aeae1d2c3a 100644 --- a/ace/Module.h +++ b/ace/Module.h @@ -1,4 +1,5 @@ // -*- C++ -*- + //========================================================================== /** * @file Module.h @@ -23,6 +24,8 @@ #include "ace/Task_T.h" #include "ace/os_include/os_dirent.h" +ACE_BEGIN_VERSIONED_NAMESPACE_DECL + /** * @class ACE_Module_Base * @@ -192,6 +195,8 @@ private: int flags_; }; +ACE_END_VERSIONED_NAMESPACE_DECL + #if defined (__ACE_INLINE__) #include "ace/Module.inl" #endif /* __ACE_INLINE__ */ -- cgit v1.2.1