diff options
Diffstat (limited to 'TAO/tao/Profile.h')
-rw-r--r-- | TAO/tao/Profile.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tao/Profile.h b/TAO/tao/Profile.h index a19068df002..69caa507680 100644 --- a/TAO/tao/Profile.h +++ b/TAO/tao/Profile.h @@ -26,6 +26,9 @@ #include "tao/Service_Callbacks.h" class ACE_Lock; + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + class TAO_MProfile; class TAO_Stub; class TAO_Endpoint; @@ -415,6 +418,8 @@ private: //@@ TAO_PROFILE_SPL_EXTERN_HOOK +TAO_END_VERSIONED_NAMESPACE_DECL + #if defined (__ACE_INLINE__) # include "Profile.i" #endif /* __ACE_INLINE__ */ |