3 //=============================================================================
5 * @file StrategyFactory.h
7 * @author Johnny Willemsen <jwillemsen@remedy.nl>
9 //=============================================================================
11 #ifndef TAO_PORTABLESERVER_STRATEGYFACTORY_H
12 #define TAO_PORTABLESERVER_STRATEGYFACTORY_H
14 #include /**/ "ace/pre.h"
16 #include "ace/Service_Object.h"
18 #if !defined (ACE_LACKS_PRAGMA_ONCE)
20 #endif /* ACE_LACKS_PRAGMA_ONCE */
22 #include "tao/orbconf.h"
24 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
28 namespace Portable_Server
31 : public ACE_Service_Object
34 virtual ~StrategyFactory ();
36 } /* namespace Portable_Server */
39 TAO_END_VERSIONED_NAMESPACE_DECL
41 #include /**/ "ace/post.h"
43 #endif /* TAO_PORTABLESERVER_STRATEGYFACTORY_H */