summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-12-04 00:28:02 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-12-04 00:28:02 +0000
commiteb40c6a4d7f25430d83e4743219d944e82db5b96 (patch)
tree30072a1d4488b53618ea22cb4a4e0db10ead8ac8 /TAO
parent1b017269c028dc888be901808b2a22b4f5890907 (diff)
downloadATCD-eb40c6a4d7f25430d83e4743219d944e82db5b96.tar.gz
ChangeLogTag:Mon Dec 3 16:27:08 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a5
-rw-r--r--TAO/tests/Hello/server.cpp2
2 files changed, 6 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 8bb49eee211..27c955aeaf5 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,8 @@
+Mon Dec 3 16:27:08 2001 Carlos O'Ryan <coryan@uci.edu>
+
+ * tests/Hello/server.cpp:
+ Fixed comments
+
Mon Dec 3 14:32:05 2001 Ossama Othman <ossama@uci.edu>
* orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp (connect):
diff --git a/TAO/tests/Hello/server.cpp b/TAO/tests/Hello/server.cpp
index 339a0d5ab71..3b44ddd67e8 100644
--- a/TAO/tests/Hello/server.cpp
+++ b/TAO/tests/Hello/server.cpp
@@ -76,7 +76,7 @@ main (int argc, char *argv[])
orb->object_to_string (hello.in (), ACE_TRY_ENV);
ACE_TRY_CHECK;
- // If the ior_output_file exists, output the ior to it
+ // Output the IOR to the <ior_output_file>
FILE *output_file= ACE_OS::fopen (ior_output_file, "w");
if (output_file == 0)
ACE_ERROR_RETURN ((LM_ERROR,