summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/IdUniquenessStrategyFactoryImpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/IdUniquenessStrategyFactoryImpl.h')
-rw-r--r--TAO/tao/PortableServer/IdUniquenessStrategyFactoryImpl.h14
1 files changed, 9 insertions, 5 deletions
diff --git a/TAO/tao/PortableServer/IdUniquenessStrategyFactoryImpl.h b/TAO/tao/PortableServer/IdUniquenessStrategyFactoryImpl.h
index 88d453a4a59..8846237437d 100644
--- a/TAO/tao/PortableServer/IdUniquenessStrategyFactoryImpl.h
+++ b/TAO/tao/PortableServer/IdUniquenessStrategyFactoryImpl.h
@@ -14,14 +14,16 @@
#define TAO_PORTABLESERVER_IDUNIQUENESSSTRATEGYFACTORYIMPL_H
#include /**/ "ace/pre.h"
-#include "portableserver_export.h"
+#include "tao/PortableServer/portableserver_export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
#include "ace/Service_Config.h"
-#include "IdUniquenessStrategyFactory.h"
+#include "tao/PortableServer/IdUniquenessStrategyFactory.h"
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
namespace TAO
{
@@ -39,11 +41,13 @@ namespace TAO
IdUniquenessStrategy *strategy
ACE_ENV_ARG_DECL);
};
-
- ACE_STATIC_SVC_DECLARE (IdUniquenessStrategyFactoryImpl)
- ACE_FACTORY_DECLARE (TAO_PortableServer, IdUniquenessStrategyFactoryImpl)
}
}
+TAO_END_VERSIONED_NAMESPACE_DECL
+
+ACE_STATIC_SVC_DECLARE (IdUniquenessStrategyFactoryImpl)
+ACE_FACTORY_DECLARE (TAO_PortableServer, IdUniquenessStrategyFactoryImpl)
+
#include /**/ "ace/post.h"
#endif /* TAO_PORTABLESERVER_IDUNIQUENESSSTRATEGYFACTORYIMPL_H */