summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tools/Config_Handlers/DynAny_Handler/DataType_Handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/tools/Config_Handlers/DynAny_Handler/DataType_Handler.h')
-rw-r--r--TAO/CIAO/tools/Config_Handlers/DynAny_Handler/DataType_Handler.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/TAO/CIAO/tools/Config_Handlers/DynAny_Handler/DataType_Handler.h b/TAO/CIAO/tools/Config_Handlers/DynAny_Handler/DataType_Handler.h
index eda2375fcee..c16b4b21fe3 100644
--- a/TAO/CIAO/tools/Config_Handlers/DynAny_Handler/DataType_Handler.h
+++ b/TAO/CIAO/tools/Config_Handlers/DynAny_Handler/DataType_Handler.h
@@ -12,38 +12,38 @@
#define DATATYPE_HANDLER_H
#include /**/ "ace/pre.h"
-
+
#include "ciao/DeploymentC.h"
#include "Basic_Deployment_Data.hpp"
-
-
+
+
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
namespace CIAO{
-
+
namespace Config_Handlers{
/*
* @class DataType_Handler
- *
+ *
* @brief Handler class for <ComponentPortDescription> types.
- *
- * This class defines handler methods to map values from
+ *
+ * This class defines handler methods to map values from
* XSC objects, parsed from the descriptor files, to the
* corresponding CORBA IDL type for the schema element.
- *
+ *
*/
class DataType_Handler{
-
+
public:
-
+
DataType_Handler (void);
virtual ~DataType_Handler (void);
-
+
////This method takes a <CIAO::Config_Handlers::DataType>
///and returns the corresponding CORBA::TypeCode.
static void