summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/performance-tests/RTEvent/lib/Loopback_Consumer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/performance-tests/RTEvent/lib/Loopback_Consumer.h')
-rw-r--r--TAO/orbsvcs/performance-tests/RTEvent/lib/Loopback_Consumer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/performance-tests/RTEvent/lib/Loopback_Consumer.h b/TAO/orbsvcs/performance-tests/RTEvent/lib/Loopback_Consumer.h
index 28e3b284934..b3e05ea1c10 100644
--- a/TAO/orbsvcs/performance-tests/RTEvent/lib/Loopback_Consumer.h
+++ b/TAO/orbsvcs/performance-tests/RTEvent/lib/Loopback_Consumer.h
@@ -9,7 +9,7 @@
#define TAO_PERF_RTEC_LOOPBACK_CONSUMER_H
#include "Loopback_Supplier.h"
-#include "Servant_var.h"
+#include "tao/Utils/Servant_Var.h"
#include "orbsvcs/RtecEventCommS.h"
#include "orbsvcs/RtecEventChannelAdminC.h"
@@ -65,7 +65,7 @@ private:
CORBA::Long event_type_;
/// The supplier used to close the loopback
- Servant_var<Loopback_Supplier> supplier_;
+ TAO::Utils::Servant_Var<Loopback_Supplier> supplier_;
/// The proxy this object is connected to
RtecEventChannelAdmin::ProxyPushSupplier_var proxy_supplier_;