summaryrefslogtreecommitdiff
path: root/TAO/examples/Load_Balancing/Identity_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Load_Balancing/Identity_i.h')
-rw-r--r--TAO/examples/Load_Balancing/Identity_i.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/examples/Load_Balancing/Identity_i.h b/TAO/examples/Load_Balancing/Identity_i.h
index 7d490030ba2..281ca40f138 100644
--- a/TAO/examples/Load_Balancing/Identity_i.h
+++ b/TAO/examples/Load_Balancing/Identity_i.h
@@ -36,9 +36,8 @@ public:
~Identity_i (void);
// Destructor.
- virtual void get_name (CORBA::String_out name,
- CORBA::Environment &ACE_TRY_ENV =
- CORBA::Environment::default_environment ())
+ virtual void get_name (CORBA::String_out name
+ TAO_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
// Returns the name of this object.