summaryrefslogtreecommitdiff
path: root/CIAO/DAnCE/tests/NodeApplicationTest/NodeApp_test_client_ex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/DAnCE/tests/NodeApplicationTest/NodeApp_test_client_ex.cpp')
-rw-r--r--CIAO/DAnCE/tests/NodeApplicationTest/NodeApp_test_client_ex.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/CIAO/DAnCE/tests/NodeApplicationTest/NodeApp_test_client_ex.cpp b/CIAO/DAnCE/tests/NodeApplicationTest/NodeApp_test_client_ex.cpp
index 484e854113d..28cf0fdc557 100644
--- a/CIAO/DAnCE/tests/NodeApplicationTest/NodeApp_test_client_ex.cpp
+++ b/CIAO/DAnCE/tests/NodeApplicationTest/NodeApp_test_client_ex.cpp
@@ -1,6 +1,6 @@
// $Id$
-#include "ciao/Deployment_NodeApplicationC.h"
+#include "DAnCE/Deployment/Deployment_NodeApplicationC.h"
#include "ciao/Client_init.h"
#include "NodeAppTest_RoundTripC.h"
#include "ace/Get_Opt.h"
@@ -40,7 +40,7 @@ main (int argc, char *argv[])
try
{
CORBA::ORB_var orb =
- CORBA::ORB_init (argc, argv, "");
+ CORBA::ORB_init (argc, argv);
if (parse_args (argc, argv) != 0)
return 1;