summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tools/Config_Handlers/STD_CPD_Handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/tools/Config_Handlers/STD_CPD_Handler.h')
-rw-r--r--TAO/CIAO/tools/Config_Handlers/STD_CPD_Handler.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/CIAO/tools/Config_Handlers/STD_CPD_Handler.h b/TAO/CIAO/tools/Config_Handlers/STD_CPD_Handler.h
index 654fb0155ca..66db939ec49 100644
--- a/TAO/CIAO/tools/Config_Handlers/STD_CPD_Handler.h
+++ b/TAO/CIAO/tools/Config_Handlers/STD_CPD_Handler.h
@@ -58,20 +58,20 @@ namespace CIAO
const ComponentPackageDescription &desc,
::Deployment::ComponentPackageDescription &toconfig);
- //@@Note: This part has yet to be added in the future
- // ComponentPortDescription
- // component_package_descr (
- // const Deployment::ComponentPortDescription& src);
+//@@Note: This part has yet to be added in the future
+// ComponentPortDescription
+// component_package_descr (
+// const Deployment::ComponentPortDescription& src);
private:
// disable the default constructor
STD_CPD_Handler ()
:xml_helper_ (0)
{
}
-
+
XML_Helper *xml_helper_;
};
- }
+ }
}
#include /**/ "ace/post.h"