summaryrefslogtreecommitdiff
path: root/TAO/utils
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-08-29 18:38:36 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-08-29 18:38:36 +0000
commit824c8bd7e9c4b37679db7bcbf3a26a8f9ecde79a (patch)
tree1994bf01b688fb83da44741b5224ee099518176d /TAO/utils
parent2a7d58486a6534e88362865a0f3e1ae344092c3f (diff)
downloadATCD-824c8bd7e9c4b37679db7bcbf3a26a8f9ecde79a.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/utils')
-rw-r--r--TAO/utils/catior/catior.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/TAO/utils/catior/catior.cpp b/TAO/utils/catior/catior.cpp
index 6ffdb18212c..f29b431718a 100644
--- a/TAO/utils/catior/catior.cpp
+++ b/TAO/utils/catior/catior.cpp
@@ -9,7 +9,7 @@
// catior.cpp
//
// = DESCRIPTION
-// Reads stringified IORs and outputs the encoded information
+// Reads stringified IORs and outputs the encoded information.
//
// = AUTHORS
// Jeff Hopper <jhopper@nosc.mil>
@@ -22,9 +22,9 @@
#include <tao/Typecode.h>
#include <tao/IIOP_Object.h>
+#if 0 /* not currently used */
// Destringify URL style IIOP objref.
-#if 0 /* not currently used */
static CORBA::Object_ptr
iiop_string_to_object (CORBA::String string,
CORBA::Environment &env)
@@ -132,9 +132,9 @@ iiop_string_to_object (CORBA::String string,
}
#endif /* 0 */
-CORBA::Boolean
+static CORBA::Boolean
catior (CORBA::String str,
- CORBA::Environment &env)
+ CORBA::Environment &env)
{
// Unhex the bytes, and make a CDR deencapsulation stream from the
// resulting data.
@@ -502,5 +502,6 @@ main (int argc, char *argv[])
1);
}
}
+
return 0;
}