Salome HOME
Sources formated according to the codeing standards
[modules/shaper.git] / src / Config / Config_FeatureReader.h
index 1add8438d464da227b792435783df3907af2ce2c..f7547785ce39c245a18bbf8e381018351b2a4b4c 100644 (file)
@@ -8,7 +8,7 @@
 #ifndef CONFIG_FEATUREREADER_H_
 #define CONFIG_FEATUREREADER_H_
 
-#include <Config.h>
+#include <Config_def.h>
 #include <Config_XMLReader.h>
 
 #include <string>
 
 class Config_FeatureMessage;
 
-class Config_FeatureReader: public Config_XMLReader
+class Config_FeatureReader : public Config_XMLReader
 {
-public:
-  Config_FeatureReader(const std::string& theXmlFile,
-                       const std::string& theLibraryName,
+ public:
+  Config_FeatureReader(const std::string& theXmlFile, const std::string& theLibraryName,
                        const char* theEventGenerated = 0);
   virtual ~Config_FeatureReader();
 
   std::list<std::string> features() const;
 
-protected:
+ protected:
   void processNode(xmlNodePtr aNode);
   bool processChildren(xmlNodePtr aNode);
 
   void fillFeature(xmlNodePtr theRoot, Config_FeatureMessage& outFeatureMessage);
   bool isInternalFeature(xmlNodePtr theRoot);
 
-private:
+ private:
   std::string myLastWorkbench;
   std::string myLastGroup;
   std::string myLibraryName;