summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthrall <thrall@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-14 22:11:05 +0000
committerthrall <thrall@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-14 22:11:05 +0000
commit41a0906eac6d7d52a9869655b73dcbe43186eb4c (patch)
treeca6c7ddb6488c42445705c3fecdac0367b775a35
parent0fc18561a47269cf4431e42034607ccd415ea163 (diff)
downloadATCD-41a0906eac6d7d52a9869655b73dcbe43186eb4c.tar.gz
Added ds_control from DSUI required by instrumentation of Kokyu library
-rw-r--r--TAO/orbsvcs/examples/RtEC/test_driver/Test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/orbsvcs/examples/RtEC/test_driver/Test.cpp b/TAO/orbsvcs/examples/RtEC/test_driver/Test.cpp
index 705725f9e52..100987f2d1c 100644
--- a/TAO/orbsvcs/examples/RtEC/test_driver/Test.cpp
+++ b/TAO/orbsvcs/examples/RtEC/test_driver/Test.cpp
@@ -1,5 +1,6 @@
// $Id$
+#include <dsui_types.h>
#include "ace/Array.h"
#include "ace/Bound_Ptr.h"
#include "ace/Synch.h"
@@ -27,6 +28,7 @@ int
main (int argc, char *argv[])
{
int retval = 0;
+ ds_control ctrl ("Test start","Test.dsui");
ACEXML_TRY_NEW_ENV
{