Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / orbsvcs / tests / Notify / lib / Name.cpp
blobe0594607bd6cc59eb14807ea20fa3131fcd2ea92
1 #include "Name.h"
4 #define TAO_Notify_Tests_DECLARE_NAME(target, name) \
5 const char* const TAO_Notify_Tests_Name::target = name;
7 #define TAO_Notify_Tests_DECLARE_TCHAR_NAME(target, name) \
8 const ACE_TCHAR* const TAO_Notify_Tests_Name::target = ACE_TEXT (name);
10 TAO_Notify_Tests_DECLARE_TCHAR_NAME (command_builder,"Command_Builder")
11 TAO_Notify_Tests_DECLARE_NAME (root_poa,"RootPOA")
12 TAO_Notify_Tests_DECLARE_NAME (event_channel_factory,"NotifyEventChannelFactory")
13 TAO_Notify_Tests_DECLARE_NAME (naming_service,"NameService")
15 TAO_Notify_Tests_DECLARE_NAME (application_command,"Application")
16 TAO_Notify_Tests_DECLARE_TCHAR_NAME (application_command_factory,"Application_Command_Factory")
18 TAO_Notify_Tests_DECLARE_NAME (event_channel_command,"EventChannel")
19 TAO_Notify_Tests_DECLARE_TCHAR_NAME (event_channel_command_factory,"EventChannel_Command_Factory")
21 TAO_Notify_Tests_DECLARE_NAME (consumer_admin_command,"ConsumerAdmin")
22 TAO_Notify_Tests_DECLARE_TCHAR_NAME (consumer_admin_command_factory,"ConsumerAdmin_Command_Factory")
24 TAO_Notify_Tests_DECLARE_NAME (supplier_admin_command,"SupplierAdmin")
25 TAO_Notify_Tests_DECLARE_TCHAR_NAME (supplier_admin_command_factory,"SupplierAdmin_Command_Factory")
27 TAO_Notify_Tests_DECLARE_NAME (periodic_supplier_command, "PeriodicSupplier")
28 TAO_Notify_Tests_DECLARE_TCHAR_NAME (periodic_supplier_command_factory, "PeriodicSupplier_Command_Factory")
30 TAO_Notify_Tests_DECLARE_NAME (periodic_consumer_command, "PeriodicConsumer")
31 TAO_Notify_Tests_DECLARE_TCHAR_NAME (periodic_consumer_command_factory, "PeriodicConsumer_Command_Factory")
33 TAO_Notify_Tests_DECLARE_NAME (poa_command, "POA")
34 TAO_Notify_Tests_DECLARE_TCHAR_NAME (poa_command_factory, "POA_Command_Factory")
36 TAO_Notify_Tests_DECLARE_NAME (filter_command, "Filter")
37 TAO_Notify_Tests_DECLARE_TCHAR_NAME (filter_command_factory, "Filter_Command_Factory")