summaryrefslogtreecommitdiff
path: root/TAO/tests/FL_Cube/test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/FL_Cube/test_i.h')
-rw-r--r--TAO/tests/FL_Cube/test_i.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/FL_Cube/test_i.h b/TAO/tests/FL_Cube/test_i.h
index 76b105cff79..2ae0ae47de9 100644
--- a/TAO/tests/FL_Cube/test_i.h
+++ b/TAO/tests/FL_Cube/test_i.h
@@ -64,9 +64,9 @@ public:
// ctor
// = The Simple_Server methods.
- void set_x_angle (CORBA::Long x, CORBA::Environment&);
- void set_y_angle (CORBA::Long y, CORBA::Environment&);
- void shutdown (CORBA::Environment&);
+ void set_x_angle (CORBA::Long x TAO_ENV_ARG_DECL_NOT_USED);
+ void set_y_angle (CORBA::Long y TAO_ENV_ARG_DECL_NOT_USED);
+ void shutdown (TAO_ENV_SINGLE_ARG_DECL_NOT_USED);
private:
CORBA::ORB_var orb_;