summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.h')
-rw-r--r--TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.h b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.h
index 4f68d5cafd7..4d3b38ecc43 100644
--- a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.h
+++ b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.h
@@ -52,7 +52,7 @@ public:
int run ();
// Execute client example code.
- int init (int argc, char **argv, const char *collocation_test_ior = 0);
+ int init (int argc, char **argv, char *collocation_test_ior = 0);
// Initialize the client communication endpoint with server.
// <collocation_test_ior> is used to pass in the ior file name.
@@ -61,7 +61,7 @@ private:
// Simple function that returns the substraction of 117 from the
// parameter.
- int read_ior (const char *filename);
+ int read_ior (char *filename);
// Function to read the cubit factory ior from a file.
int parse_args (void);