summaryrefslogtreecommitdiff
path: root/trunk/TAO/orbsvcs/tests/Notify/RT_lib/RT_Factories_Define.cpp
blob: 35be49f7be65890e4d9c0ea22618c53e8033019d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// $Id$
#include "../lib/Factories_Define.h"

ACE_RCSID(lib, TAO_Notify_Tests_Factories_Define, "$Id$")

#include "rt_notify_test_export.h"
#include "../lib/Name.h"
#include "../lib/Command_Factory_T.h"
#include "RT_POA_Command.h"
#include "RT_Application_Command.h"

TAO_Notify_Tests_COMMAND_FACTORY_DEFINE(TAO_RT_NOTIFY_TEST,TAO_Notify_Tests_RT_POA_Command,TAO_Notify_Tests_Name::poa_command_factory)
TAO_Notify_Tests_COMMAND_FACTORY_DEFINE(TAO_RT_NOTIFY_TEST,TAO_Notify_Tests_RT_Application_Command,TAO_Notify_Tests_Name::application_command_factory)