From d30481a515e68817ee812e6527f0e4afeb21651e Mon Sep 17 00:00:00 2001 From: Ossama Othman Date: Wed, 2 Nov 2005 11:03:27 +0000 Subject: ChangeLogTag:Tue Nov 1 14:49:40 2005 Ossama Othman --- TAO/tao/Service_Callbacks.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'TAO/tao/Service_Callbacks.h') 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 */ //============================================================================= @@ -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*/ -- cgit v1.2.1