Salome HOME
Sources formated according to the codeing standards
[modules/shaper.git] / src / Config / Config_ValidatorMessage.h
index f43c351b00fc23d6b8670752765829af852c71de..e344cd8863fcfd2f7b6461e70b55e54c0ea0a554 100644 (file)
@@ -24,22 +24,17 @@ class Config_ValidatorMessage : public Events_Message
   std::string myAttributeId;
   std::list<std::string> myVaidatorParameters;
 
-public:
-  CONFIG_EXPORT Config_ValidatorMessage(const Events_ID theId, const void* theParent = 0);
-  CONFIG_EXPORT virtual ~Config_ValidatorMessage();
+ public:
+  CONFIG_EXPORT Config_ValidatorMessage(const Events_ID theId, const void* theParent = 0);CONFIG_EXPORT virtual ~Config_ValidatorMessage();
 
   //CONFIG_EXPORT static const char* UID() const;
 
-  CONFIG_EXPORT const std::string& validatorId() const;
-  CONFIG_EXPORT const std::string& featureId() const;
-  CONFIG_EXPORT const std::string& attributeId() const;
-  CONFIG_EXPORT const std::list<std::string>& parameters() const;
-  CONFIG_EXPORT bool isValid() const;
+  CONFIG_EXPORT const std::string& validatorId() const;CONFIG_EXPORT const std::string& featureId() const;CONFIG_EXPORT const std::string& attributeId() const;CONFIG_EXPORT const std::list<
+      std::string>& parameters() const;CONFIG_EXPORT bool isValid() const;
 
-  CONFIG_EXPORT void setValidatorId(const std::string& theId);
-  CONFIG_EXPORT void setFeatureId(const std::string& theId);
-  CONFIG_EXPORT void setAttributeId(const std::string& theId);
-  CONFIG_EXPORT void setValidatorParameters(const std::list<std::string>& parameters);
+  CONFIG_EXPORT void setValidatorId(const std::string& theId);CONFIG_EXPORT void setFeatureId(
+      const std::string& theId);CONFIG_EXPORT void setAttributeId(const std::string& theId);CONFIG_EXPORT void setValidatorParameters(
+      const std::list<std::string>& parameters);
 };
 
 #endif /* Config_ValidatorMessage_H_ */