summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tools/Config_Handlers/CCD_Handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/tools/Config_Handlers/CCD_Handler.h')
-rw-r--r--TAO/CIAO/tools/Config_Handlers/CCD_Handler.h66
1 files changed, 33 insertions, 33 deletions
diff --git a/TAO/CIAO/tools/Config_Handlers/CCD_Handler.h b/TAO/CIAO/tools/Config_Handlers/CCD_Handler.h
index 0be3146798c..b3e8292f038 100644
--- a/TAO/CIAO/tools/Config_Handlers/CCD_Handler.h
+++ b/TAO/CIAO/tools/Config_Handlers/CCD_Handler.h
@@ -1,11 +1,11 @@
//================================================
/**
- * @file CCD_Handler.h
- *
- * $Id$
- *
- * @author Jules White <jules@dre.vanderbilt.edu>
- */
+* @file CCD_Handler.h
+*
+* $Id$
+*
+* @author Jules White <jules@dre.vanderbilt.edu>
+*/
//================================================
#ifndef CIAO_CONFIG_HANDLERS_CCD_HANDLER_H
@@ -20,37 +20,37 @@
namespace Deployment
{
- struct ComponentInterfaceDescription;
+struct ComponentInterfaceDescription;
}
namespace CIAO
{
- namespace Config_Handlers
- {
- class ComponentInterfaceDescription;
-
- /*
- * @class CCD_Handler
- *
- * @brief Handler class for <ComponentInterfaceDescription> types.
- *
- * This class is named CCD_Handler but actually fills
- * <ComponentInterfaceDescription>. Why is this confusion? We
- * want to maintain the correlation between the XSD file and the
- * actual datatype. The file name corresponds to the XSD file but
- * the data type being filled in is of type
- * <ComponentInterfaceDescription>
- */
- class Config_Handlers_Export CCD_Handler
- {
- public:
- static void component_interface_descr (const ComponentInterfaceDescription &src,
- ::Deployment::ComponentInterfaceDescription& dest);
- static ComponentInterfaceDescription
- component_interface_descr (const ::Deployment::ComponentInterfaceDescription& src);
-
- };
- }
+namespace Config_Handlers
+{
+class ComponentInterfaceDescription;
+
+/*
+* @class CCD_Handler
+*
+* @brief Handler class for <ComponentInterfaceDescription> types.
+*
+* This class is named CCD_Handler but actually fills
+* <ComponentInterfaceDescription>. Why is this confusion? We
+* want to maintain the correlation between the XSD file and the
+* actual datatype. The file name corresponds to the XSD file but
+* the data type being filled in is of type
+* <ComponentInterfaceDescription>
+*/
+class Config_Handlers_Export CCD_Handler
+{
+public:
+static void component_interface_descr (const ComponentInterfaceDescription &src,
+::Deployment::ComponentInterfaceDescription& dest);
+static ComponentInterfaceDescription
+component_interface_descr (const ::Deployment::ComponentInterfaceDescription& src);
+
+};
+}
}
#include /**/ "ace/post.h"