summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/Explicit_Activation/Alt_Resources/Resource_Factory.h
blob: 5ddb73d0a37c76d480f5dfac6f5d7848cb595891 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// $Id$

#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)