summaryrefslogtreecommitdiff
path: root/TAO/tests/Object_Loader/Loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Object_Loader/Loader.h')
-rw-r--r--TAO/tests/Object_Loader/Loader.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Object_Loader/Loader.h b/TAO/tests/Object_Loader/Loader.h
index f6675712f20..7dbcbed351d 100644
--- a/TAO/tests/Object_Loader/Loader.h
+++ b/TAO/tests/Object_Loader/Loader.h
@@ -32,8 +32,8 @@ public:
virtual CORBA::Object_ptr create_object (CORBA::ORB_ptr orb,
int argc,
- char *argv [],
- CORBA::Environment &)
+ char *argv []
+ TAO_ENV_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException));
// Create a new instance
};