summaryrefslogtreecommitdiff
path: root/TAO/tests
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2022-01-18 10:51:55 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2022-01-18 10:51:55 +0100
commit2067f66c7028d125e09cdfcbe9fb33aed5a58692 (patch)
tree2646378e4a9830010de0d62b44d83ff44a4d6444 /TAO/tests
parent5d3513f7346ef9465df43e3a8151e4643867d37b (diff)
downloadATCD-2067f66c7028d125e09cdfcbe9fb33aed5a58692.tar.gz
Use nullptr/default, docu changes
* TAO/tao/BiDir_GIOP/BiDir_ORBInitializer.cpp: * TAO/tao/BiDir_GIOP/BiDir_Policy_i.cpp: * TAO/tao/BiDir_GIOP/BiDir_Policy_i.h: * TAO/tao/GIOP_Message_Base.cpp: * TAO/tao/ORB_Core.cpp: * TAO/tao/PI/PolicyFactory_Loader.cpp: * TAO/tao/Policy_Validator.cpp: * TAO/tao/PortableServer/Default_Policy_Validator.cpp: * TAO/tao/PortableServer/Default_Policy_Validator.h: * TAO/tao/RTPortableServer/RT_Policy_Validator.cpp: * TAO/tao/RTPortableServer/RT_Policy_Validator.h: * TAO/tao/ZIOP/ZIOP_Policy_Validator.h: * TAO/tests/BiDirectional/README: * TAO/tests/BiDirectional/client.cpp:
Diffstat (limited to 'TAO/tests')
-rw-r--r--TAO/tests/BiDirectional/README2
-rw-r--r--TAO/tests/BiDirectional/client.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/BiDirectional/README b/TAO/tests/BiDirectional/README
index 4470ea72d13..917a2220703 100644
--- a/TAO/tests/BiDirectional/README
+++ b/TAO/tests/BiDirectional/README
@@ -1,4 +1,4 @@
-This is a test that exercises the birectional GIOP connection
+This is a test that exercises the bidirectional GIOP connection
implementation in TAO. Start the server like this
$ server -o <file.ior> -i <no_iterations>
diff --git a/TAO/tests/BiDirectional/client.cpp b/TAO/tests/BiDirectional/client.cpp
index d9ea9fbf372..8a333958ed6 100644
--- a/TAO/tests/BiDirectional/client.cpp
+++ b/TAO/tests/BiDirectional/client.cpp
@@ -115,7 +115,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
// Send the callback object to the server
server->callback_object (callback.in ());
- // A method to kickstart callbacks from the server
+ // A method to kickstart callbacks from the server
CORBA::Long r =
server->test_method (1);