summaryrefslogtreecommitdiff
path: root/TAO/tests/ORT/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/ORT/client.cpp')
-rw-r--r--TAO/tests/ORT/client.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tests/ORT/client.cpp b/TAO/tests/ORT/client.cpp
index 7c560687aeb..6dbb98ce4d1 100644
--- a/TAO/tests/ORT/client.cpp
+++ b/TAO/tests/ORT/client.cpp
@@ -63,6 +63,9 @@ main (int argc, char *argv[])
1);
}
+ // @@ Priyanka, can't you just do the following:
+ // CORBA::Boolean result = server->request...
+ // No need initialize twice.
CORBA::Boolean result = 1;
result = server->request_server (TAO_ENV_SINGLE_ARG_DECL);