summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
{