summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Local_Servant_Base.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Local_Servant_Base.inl')
-rw-r--r--TAO/tao/PortableServer/Local_Servant_Base.inl6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tao/PortableServer/Local_Servant_Base.inl b/TAO/tao/PortableServer/Local_Servant_Base.inl
index 4a426bdaa07..f811de25b9f 100644
--- a/TAO/tao/PortableServer/Local_Servant_Base.inl
+++ b/TAO/tao/PortableServer/Local_Servant_Base.inl
@@ -1,7 +1,13 @@
+// -*- C++ -*-
+//
// $Id$
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
ACE_INLINE TAO_Stub *
TAO_Local_ServantBase::_create_stub (ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
{
return 0;
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL