summaryrefslogtreecommitdiff
path: root/TAO/interop-tests/wchar/interop_wchar_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/interop-tests/wchar/interop_wchar_i.h')
-rw-r--r--TAO/interop-tests/wchar/interop_wchar_i.h50
1 files changed, 32 insertions, 18 deletions
diff --git a/TAO/interop-tests/wchar/interop_wchar_i.h b/TAO/interop-tests/wchar/interop_wchar_i.h
index ae8aecbade5..261076c08e0 100644
--- a/TAO/interop-tests/wchar/interop_wchar_i.h
+++ b/TAO/interop-tests/wchar/interop_wchar_i.h
@@ -42,61 +42,75 @@ public:
//Destructor
virtual ~interop_WChar_Passer_i (void);
- virtual char * orb_name (void)
+ virtual char * orb_name (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC (( CORBA::SystemException ));
- virtual CORBA::Boolean wchar_to_server ( CORBA::WChar test,
- CORBA::Short key )
+ virtual CORBA::Boolean wchar_to_server (CORBA::WChar test,
+ CORBA::Short key
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC (( CORBA::SystemException ));
- virtual CORBA::WChar wchar_from_server ( CORBA::Short key )
+ virtual CORBA::WChar wchar_from_server (CORBA::Short key
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC (( CORBA::SystemException ));
- virtual CORBA::Boolean wstring_to_server ( const CORBA::WChar * test,
- CORBA::Short key )
+ virtual CORBA::Boolean wstring_to_server (const CORBA::WChar * test,
+ CORBA::Short key
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC (( CORBA::SystemException ));
- virtual CORBA::WChar * wstring_from_server ( CORBA::Short key )
+ virtual CORBA::WChar * wstring_from_server (CORBA::Short key
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC (( CORBA::SystemException ));
virtual CORBA::Boolean warray_to_server (const interop::warray test,
- CORBA::Short key )
+ CORBA::Short key
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC (( CORBA::SystemException ));
- virtual interop::warray_slice * warray_from_server ( CORBA::Short key )
+ virtual interop::warray_slice * warray_from_server (CORBA::Short key
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC (( CORBA::SystemException ));
virtual CORBA::Boolean wstruct_to_server (const interop::wstruct & test,
- CORBA::Short key)
+ CORBA::Short key
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC (( CORBA::SystemException ));
- virtual interop::wstruct * wstruct_from_server (CORBA::Short key)
+ virtual interop::wstruct * wstruct_from_server (CORBA::Short key
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC (( CORBA::SystemException ));
virtual CORBA::Boolean wunion_to_server (const interop::wunion & test,
- CORBA::Short key)
+ CORBA::Short key
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC (( CORBA::SystemException ));
virtual interop::wunion * wunion_from_server (CORBA::Short key,
- interop::wchar_types type)
+ interop::wchar_types type
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC (( CORBA::SystemException ));
virtual CORBA::Boolean any_to_server (const CORBA::Any &test,
- CORBA::Short key)
+ CORBA::Short key
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC (( CORBA::SystemException ));
virtual CORBA::Any* any_from_server (CORBA::Short key,
- interop::wchar_types type)
+ interop::wchar_types type
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC (( CORBA::SystemException ));
- virtual CORBA::Any* any_echo (const CORBA::Any &test)
+ virtual CORBA::Any* any_echo (const CORBA::Any &test
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC (( CORBA::SystemException ));
-virtual void exception_test (CORBA::Short key)
+virtual void exception_test (CORBA::Short key
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC (( CORBA::SystemException,
interop::WChar_Passer::WStringException ));
-virtual void shutdown ()
+virtual void shutdown (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC (( CORBA::SystemException ));
private: