diff options
Diffstat (limited to 'TAO/tao/Service_Callbacks.h')
-rw-r--r-- | TAO/tao/Service_Callbacks.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/tao/Service_Callbacks.h b/TAO/tao/Service_Callbacks.h index 8e68c9e15c1..d81e22fb3ca 100644 --- a/TAO/tao/Service_Callbacks.h +++ b/TAO/tao/Service_Callbacks.h @@ -1,3 +1,5 @@ +// -*- C++ -*- + //============================================================================= /** * @file Service_Callbacks.h @@ -8,7 +10,6 @@ * of the default functionalities that the ORB provides by the * services if they have been loaded in to the ORB_Core * - * * @author Bala Natarajan <bala@cs.wustl.edu> */ //============================================================================= @@ -27,6 +28,8 @@ #include "tao/Basic_Types.h" #include "tao/Invocation_Utils.h" +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + class TAO_Profile; class TAO_MProfile; class TAO_Stub; @@ -110,6 +113,8 @@ public: ACE_ENV_ARG_DECL); }; +TAO_END_VERSIONED_NAMESPACE_DECL + #include /**/ "ace/post.h" #endif /*TAO_SERVICE_CALLBACK_H*/ |