summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/StrategyFactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/StrategyFactory.h')
-rw-r--r--TAO/tao/PortableServer/StrategyFactory.h13
1 files changed, 2 insertions, 11 deletions
diff --git a/TAO/tao/PortableServer/StrategyFactory.h b/TAO/tao/PortableServer/StrategyFactory.h
index b441256d214..54546f1f946 100644
--- a/TAO/tao/PortableServer/StrategyFactory.h
+++ b/TAO/tao/PortableServer/StrategyFactory.h
@@ -1,5 +1,4 @@
// -*- C++ -*-
-
//=============================================================================
/**
* @file StrategyFactory.h
@@ -12,7 +11,6 @@
#ifndef TAO_PORTABLESERVER_STRATEGYFACTORY_H
#define TAO_PORTABLESERVER_STRATEGYFACTORY_H
-
#include /**/ "ace/pre.h"
#include "ace/Service_Object.h"
@@ -21,16 +19,12 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "tao/orbconf.h"
-
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
namespace TAO
{
namespace Portable_Server
{
- class StrategyFactory
- : public ACE_Service_Object
+ class StrategyFactory :
+ public ACE_Service_Object
{
public:
virtual ~StrategyFactory (void);
@@ -38,8 +32,5 @@ namespace TAO
} /* namespace Portable_Server */
} /* namespace TAO */
-TAO_END_VERSIONED_NAMESPACE_DECL
-
#include /**/ "ace/post.h"
-
#endif /* TAO_PORTABLESERVER_STRATEGYFACTORY_H */