summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Cubit/COOL/IDL_Cubit/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Cubit/COOL/IDL_Cubit/client.h')
-rw-r--r--TAO/performance-tests/Cubit/COOL/IDL_Cubit/client.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/TAO/performance-tests/Cubit/COOL/IDL_Cubit/client.h b/TAO/performance-tests/Cubit/COOL/IDL_Cubit/client.h
index 94cc36a14bd..5c199c16815 100644
--- a/TAO/performance-tests/Cubit/COOL/IDL_Cubit/client.h
+++ b/TAO/performance-tests/Cubit/COOL/IDL_Cubit/client.h
@@ -20,6 +20,11 @@
// ============================================================================
#include "ace/Get_Opt.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
#include "cubit.H"
class Cubit_Client
@@ -45,8 +50,8 @@ public:
// Initialize the client communication endpoint with server.
void print_exception (const char * str,
- const CORBA_Environment &env=Cubit_Client::env_);
-
+ const CORBA_Environment &env=Cubit_Client::env_);
+
private:
int func (u_int i);
// simple function that returns the substraction of 117 from the parameter.