Updated logging to include the class/method so that it is more obvious where these...
[ACE_TAO.git] / TAO / tao / PortableServer / StrategyFactory.h
blobac0b08687ae3fc79427d18033d823845740e8d57
1 // -*- C++ -*-
3 //=============================================================================
4 /**
5 * @file StrategyFactory.h
7 * @author Johnny Willemsen <jwillemsen@remedy.nl>
8 */
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)
19 # pragma once
20 #endif /* ACE_LACKS_PRAGMA_ONCE */
22 #include "tao/orbconf.h"
24 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
26 namespace TAO
28 namespace Portable_Server
30 class StrategyFactory
31 : public ACE_Service_Object
33 public:
34 virtual ~StrategyFactory ();
36 } /* namespace Portable_Server */
37 } /* namespace TAO */
39 TAO_END_VERSIONED_NAMESPACE_DECL
41 #include /**/ "ace/post.h"
43 #endif /* TAO_PORTABLESERVER_STRATEGYFACTORY_H */