X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConfig%2FConfig_ValidatorMessage.h;h=16ec279222b136d3d9c06fbe46ee7132e36b0c51;hb=a28a6cccd566a266f6fe3a372d6059f660851074;hp=f43c351b00fc23d6b8670752765829af852c71de;hpb=068187871664116b252b91a41624b362c4a970eb;p=modules%2Fshaper.git diff --git a/src/Config/Config_ValidatorMessage.h b/src/Config/Config_ValidatorMessage.h index f43c351b0..16ec27922 100644 --- a/src/Config/Config_ValidatorMessage.h +++ b/src/Config/Config_ValidatorMessage.h @@ -5,8 +5,8 @@ * Author: sbh */ -#ifndef Config_ValidatorMessage_H_ -#define Config_ValidatorMessage_H_ +#ifndef CONFIG_VALIDATORMESSAGE_H_ +#define CONFIG_VALIDATORMESSAGE_H_ #include #include @@ -24,7 +24,7 @@ class Config_ValidatorMessage : public Events_Message std::string myAttributeId; std::list myVaidatorParameters; -public: + public: CONFIG_EXPORT Config_ValidatorMessage(const Events_ID theId, const void* theParent = 0); CONFIG_EXPORT virtual ~Config_ValidatorMessage();