summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/ORT/sum_server_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/ORT/sum_server_i.h')
-rw-r--r--TAO/orbsvcs/examples/ORT/sum_server_i.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/examples/ORT/sum_server_i.h b/TAO/orbsvcs/examples/ORT/sum_server_i.h
index 1501c410327..ea38c4ae7ab 100644
--- a/TAO/orbsvcs/examples/ORT/sum_server_i.h
+++ b/TAO/orbsvcs/examples/ORT/sum_server_i.h
@@ -32,7 +32,7 @@ class sum_server_i : public virtual POA_ORT::sum_server
/// add variables method
CORBA::Long add_variables (CORBA::Long a,
CORBA::Long b
- TAO_ENV_ARG_DECL)
+ ACE_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
};