summaryrefslogtreecommitdiff
path: root/orbsvcs/tests/Event/Mcast/Complex/consumer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/tests/Event/Mcast/Complex/consumer.cpp')
-rw-r--r--orbsvcs/tests/Event/Mcast/Complex/consumer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/orbsvcs/tests/Event/Mcast/Complex/consumer.cpp b/orbsvcs/tests/Event/Mcast/Complex/consumer.cpp
index e2d4ebd7219..bc9c677cd1d 100644
--- a/orbsvcs/tests/Event/Mcast/Complex/consumer.cpp
+++ b/orbsvcs/tests/Event/Mcast/Complex/consumer.cpp
@@ -157,7 +157,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
return 1;
// Create the consumer and register it with POA.
- TAO_EC_Servant_Var<EC_Consumer> consumer_impl =
+ PortableServer::Servant_var<EC_Consumer> consumer_impl =
new EC_Consumer (orb, ec);
if (!consumer_impl.in ())