summaryrefslogtreecommitdiff
path: root/TAO/CIAO/performance-tests/Benchmark/RoundTripServer/LatencyTest.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/performance-tests/Benchmark/RoundTripServer/LatencyTest.h')
-rw-r--r--TAO/CIAO/performance-tests/Benchmark/RoundTripServer/LatencyTest.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/CIAO/performance-tests/Benchmark/RoundTripServer/LatencyTest.h b/TAO/CIAO/performance-tests/Benchmark/RoundTripServer/LatencyTest.h
index 75f37982ae5..96a53b24d34 100644
--- a/TAO/CIAO/performance-tests/Benchmark/RoundTripServer/LatencyTest.h
+++ b/TAO/CIAO/performance-tests/Benchmark/RoundTripServer/LatencyTest.h
@@ -6,7 +6,7 @@
#define LATENCYTEST_H
#include /**/ "ace/pre.h"
-#include "../BenchmarkS.h"
+#include "TestS.h"
#if defined (_MSC_VER)
# if (_MSC_VER >= 1200)
@@ -17,7 +17,7 @@
/// Implement the Test::LatencyTest interface
class LatencyTest_Impl
-: public virtual POA_Benchmark::LatencyTest
+: public virtual POA_LatencyTest
, public virtual PortableServer::RefCountServantBase
{
public: