summaryrefslogtreecommitdiff
path: root/tests/Bug_1551_Regression/Client_Task.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Bug_1551_Regression/Client_Task.h')
-rw-r--r--tests/Bug_1551_Regression/Client_Task.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/Bug_1551_Regression/Client_Task.h b/tests/Bug_1551_Regression/Client_Task.h
index ff66a0e51a0..1027324cfce 100644
--- a/tests/Bug_1551_Regression/Client_Task.h
+++ b/tests/Bug_1551_Regression/Client_Task.h
@@ -9,7 +9,6 @@
#include "TestC.h"
#include "Reply_Handler.h"
-#include "tao/Utils/Servant_Var.h"
#include "ace/Task.h"
/// Implement a Task to run the experiments using multiple threads.
@@ -30,7 +29,7 @@ private:
/// Reference to the test interface
Test::Hello_var receiver_;
- TAO::Utils::Servant_Var<Reply_Handler> handler_;
+ PortableServer::Servant_var <Reply_Handler> handler_;
Test::AMI_HelloHandler_var handler_var_;