summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/Explicit_Activation/Alt_Resources/Resource_Factory.h
blob: 206c0a1ee8b3b7b2721e4c0168aea6d745b3d451 (plain)
1
2
3
4
5
6
7
8
9
10
#include "tao/default_resource.h"
#include "Alt_Resource_Factory.h"

class Alt_Resource_Factory_Export My_Resource_Factory : public TAO_Default_Resource_Factory
{
public:
  ACE_Reactor_Impl *allocate_reactor_impl (void) const;
};

ACE_FACTORY_DECLARE (Alt_Resource_Factory, My_Resource_Factory)