summaryrefslogtreecommitdiff
path: root/utils/catior/Catior_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/catior/Catior_i.h')
-rw-r--r--utils/catior/Catior_i.h37
1 files changed, 17 insertions, 20 deletions
diff --git a/utils/catior/Catior_i.h b/utils/catior/Catior_i.h
index 9b7efea6c5e..dc15b9f9bfb 100644
--- a/utils/catior/Catior_i.h
+++ b/utils/catior/Catior_i.h
@@ -1,27 +1,21 @@
-// $Id$
#ifndef CATIOR_I_H
#define CATIOR_I_H
-// ============================================================================
-//
-// = LIBRARY
-// TAO/Utils/catior
-//
-// = FILENAME
-// Catior_i.h
-//
-// = DESCRIPTION
-// Reads stringified IORs and outputs the encoded information.
-//
-// = AUTHORS
-// Jeff Hopper <jrhopper@cts.com>
-// SCIOP and Tagged component modifications by:
-// Jason Cohen, Lockheed Martin ATL <jcohen@atl.lmco.com>
-// Split into a separate library by:
-// Chad Elliott <elliott_c@ociweb.com>
-//
-// ============================================================================
+//=============================================================================
+/**
+ * @file Catior_i.h
+ *
+ * $Id$
+ *
+ * Reads stringified IORs and outputs the encoded information.
+ *
+ *
+ * @author Jeff Hopper <jrhopper@cts.com> SCIOP and Tagged component modifications by: Jason Cohen
+ * @author Lockheed Martin ATL <jcohen@atl.lmco.com> Split into a separate library by: Chad Elliott <elliott_c@ociweb.com>
+ */
+//=============================================================================
+
#include "catior_export.h"
#include "ace/String_Base.h"
@@ -44,6 +38,7 @@ private:
// These methods used to be functions in catior.cpp
CORBA::Boolean catiiop (char* string);
+
CORBA::Boolean catior (char const* str);
CORBA::Boolean catpoop (char* string);
@@ -75,6 +70,8 @@ private:
CORBA::Boolean cat_tagged_components (TAO_InputCDR& stream);
+ CORBA::Boolean cat_multiple_components (TAO_InputCDR& stream);
+
CORBA::Boolean cat_profile_helper (TAO_InputCDR& stream,
const char* protocol);