summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-07-28 12:16:50 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-07-28 12:16:50 +0000
commit5d43a868aceb18903cac7daca9dbee38afa846e1 (patch)
treeb41bf6977dc347458dc84c008f68a1bedfa1ba84
parentd9e5dfb78d18810eb7334b746b84c3fb2eb4c552 (diff)
downloadATCD-5d43a868aceb18903cac7daca9dbee38afa846e1.tar.gz
ChangeLogTag: Thu Jul 28 11:31:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/orbsvcs/tests/Bug_1630_Regression/testclient.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Bug_1630_Regression/testclient.cpp b/TAO/orbsvcs/tests/Bug_1630_Regression/testclient.cpp
index 5d097600311..69d8873ce3c 100644
--- a/TAO/orbsvcs/tests/Bug_1630_Regression/testclient.cpp
+++ b/TAO/orbsvcs/tests/Bug_1630_Regression/testclient.cpp
@@ -4,6 +4,7 @@
#include "tao/NVList.h"
#include "tao/IFR_Client/IFR_BasicC.h"
+#include "tao/IFR_Client/IFR_Client_Adapter_Impl.h"
#include "ace/OS_NS_string.h"
int main (int argc, char* argv[])
@@ -120,8 +121,8 @@ int main (int argc, char* argv[])
ACE_DEBUG((LM_DEBUG, "About to call create_operation_list\n"));
- orb->create_operation_list(operation.in (),
- opList.out()
+ orb->create_operation_list(operation.in (),
+ opList.out()
ACE_ENV_ARG_PARAMETER) ;
ACE_TRY_CHECK;