summaryrefslogtreecommitdiff
path: root/orbsvcs/orbsvcs/Event/ECG_Complex_Address_Server.inl
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/orbsvcs/Event/ECG_Complex_Address_Server.inl')
-rw-r--r--orbsvcs/orbsvcs/Event/ECG_Complex_Address_Server.inl4
1 files changed, 2 insertions, 2 deletions
diff --git a/orbsvcs/orbsvcs/Event/ECG_Complex_Address_Server.inl b/orbsvcs/orbsvcs/Event/ECG_Complex_Address_Server.inl
index b47e2db3e68..bafa73ad26f 100644
--- a/orbsvcs/orbsvcs/Event/ECG_Complex_Address_Server.inl
+++ b/orbsvcs/orbsvcs/Event/ECG_Complex_Address_Server.inl
@@ -4,10 +4,10 @@
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-ACE_INLINE TAO_EC_Servant_Var<TAO_ECG_Complex_Address_Server>
+ACE_INLINE PortableServer::Servant_var<TAO_ECG_Complex_Address_Server>
TAO_ECG_Complex_Address_Server::create (int is_source_mapping)
{
- TAO_EC_Servant_Var<TAO_ECG_Complex_Address_Server> s;
+ PortableServer::Servant_var<TAO_ECG_Complex_Address_Server> s;
ACE_NEW_RETURN (s,
TAO_ECG_Complex_Address_Server (is_source_mapping),
s);