Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / orbsvcs / tests / Notify / lib / Name.h
blobc4aeced1b6d21e5631fef1d8d61ff0c2ae649e1a
1 /* -*- C++ -*- */
2 /**
3 * @file Name.h
5 * @author Pradeep Gore <pradeep@oomworks.com>
6 */
8 #ifndef TAO_Notify_Tests_NAME_H
9 #define TAO_Notify_Tests_NAME_H
10 #include /**/ "ace/pre.h"
12 #include "notify_test_export.h"
14 #if !defined (ACE_LACKS_PRAGMA_ONCE)
15 # pragma once
16 #endif /* ACE_LACKS_PRAGMA_ONCE */
18 /**
19 * @class TAO_Notify_Tests_Name
21 * @brief Define the names for command objects and other common strings.
23 class TAO_NOTIFY_TEST_Export TAO_Notify_Tests_Name
25 public:
26 static const char* const root_poa;
27 static const char* const event_channel_factory;
28 static const char* const naming_service;
30 static const ACE_TCHAR* const command_builder;
32 static const ACE_TCHAR* const application_command_factory;
33 static const char* const application_command;
35 static const ACE_TCHAR* const event_channel_command_factory;
36 static const char* const event_channel_command;
38 static const ACE_TCHAR* const supplier_admin_command_factory;
39 static const char* const supplier_admin_command;
41 static const ACE_TCHAR* const consumer_admin_command_factory;
42 static const char* const consumer_admin_command;
44 static const char* const periodic_supplier_command;
45 static const ACE_TCHAR* const periodic_supplier_command_factory;
47 static const char* const periodic_consumer_command;
48 static const ACE_TCHAR* const periodic_consumer_command_factory;
50 static const char* const poa_command;
51 static const ACE_TCHAR* const poa_command_factory;
53 static const char* const filter_command;
54 static const ACE_TCHAR* const filter_command_factory;
57 #include /**/ "ace/post.h"
58 #endif /* TAO_Notify_Tests_NAME_H */