summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Bug_2247_Regression/Manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Bug_2247_Regression/Manager.h')
-rw-r--r--TAO/orbsvcs/tests/Bug_2247_Regression/Manager.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/TAO/orbsvcs/tests/Bug_2247_Regression/Manager.h b/TAO/orbsvcs/tests/Bug_2247_Regression/Manager.h
index 81760e158f4..ca3bcae2b41 100644
--- a/TAO/orbsvcs/tests/Bug_2247_Regression/Manager.h
+++ b/TAO/orbsvcs/tests/Bug_2247_Regression/Manager.h
@@ -20,18 +20,17 @@ public:
// Ctor
void init (int argc,
- char *argv[]
- ACE_ENV_ARG_DECL);
+ char *argv[]);
// Initialize the ORB, POA etc.
- int make_merged_iors (ACE_ENV_SINGLE_ARG_DECL_NOT_USED);
+ int make_merged_iors (void);
// Merges the different IORS
- int set_properties (ACE_ENV_SINGLE_ARG_DECL_NOT_USED);
+ int set_properties (void);
// Sets the properties for the profiles
- int run (ACE_ENV_SINGLE_ARG_DECL);
+ int run (void);
// Run the ORB event loop..
int write_to_file (void);