summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tools/Config_Handlers/XML_File_Intf.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/tools/Config_Handlers/XML_File_Intf.h')
-rw-r--r--TAO/CIAO/tools/Config_Handlers/XML_File_Intf.h42
1 files changed, 21 insertions, 21 deletions
diff --git a/TAO/CIAO/tools/Config_Handlers/XML_File_Intf.h b/TAO/CIAO/tools/Config_Handlers/XML_File_Intf.h
index 4a7216e78ef..9f5869b20fb 100644
--- a/TAO/CIAO/tools/Config_Handlers/XML_File_Intf.h
+++ b/TAO/CIAO/tools/Config_Handlers/XML_File_Intf.h
@@ -1,11 +1,11 @@
//==============================================================
/**
- * @file XML_File_Intf.h
- *
- * $Id$
- *
- * @author Bala Natarajan <bala@dre.vanderbilt.edu>
- */
+* @file XML_File_Intf.h
+*
+* $Id$
+*
+* @author Bala Natarajan <bala@dre.vanderbilt.edu>
+*/
//================================================================
#ifndef CIAO_CONFIG_XML_FILE_INTF_H
@@ -23,29 +23,29 @@
namespace Deployment
{
- struct DeploymentPlan ;
+struct DeploymentPlan ;
}
namespace CIAO
{
- namespace Config_Handlers
- {
- class Config_Handlers_Export XML_File_Intf
- {
- public:
- XML_File_Intf (const char *file);
+namespace Config_Handlers
+{
+class Config_Handlers_Export XML_File_Intf
+{
+public:
+XML_File_Intf (const char *file);
- ::Deployment::DeploymentPlan const *get_plan (void) const;
- ::Deployment::DeploymentPlan *get_plan (void);
+::Deployment::DeploymentPlan const *get_plan (void) const;
+::Deployment::DeploymentPlan *get_plan (void);
- protected:
+protected:
- bool read_process_file (const char *file);
+bool read_process_file (const char *file);
- private:
- ACE_Auto_Ptr< ::Deployment::DeploymentPlan> idl_dp_;
- };
- }
+private:
+ACE_Auto_Ptr< ::Deployment::DeploymentPlan> idl_dp_;
+};
+}
}
#include /**/ "ace/post.h"
#endif /*CIAO_CONFIG_XML_FILE_INTF_H*/