summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/resolve_init.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/resolve_init.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/resolve_init.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/resolve_init.h b/TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/resolve_init.h
index 0cefc3da7e9..c489912d527 100644
--- a/TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/resolve_init.h
+++ b/TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/resolve_init.h
@@ -11,6 +11,10 @@
#ifndef RESOVLE_INIT_H
#define RESOVLE_INIT_H
+#include "tao/Versioned_Namespace.h"
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
template<class T>
typename T::_ptr_type
resolve_init (CORBA::ORB_ptr orb,
@@ -63,4 +67,7 @@ resolve (CosNaming::NamingContext_ptr context,
return ref._retn();
}
#endif
+
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#endif