X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConfig%2FConfig_ValidatorMessage.h;h=d137097f9e25ae2a20f1384a23d65a59db8d0a3d;hb=60e95a5502a6940c6c27ce5d561b3c684b0b0a4f;hp=16ec279222b136d3d9c06fbe46ee7132e36b0c51;hpb=cc746922e5b3f93618e4341f24c0173244297d41;p=modules%2Fshaper.git diff --git a/src/Config/Config_ValidatorMessage.h b/src/Config/Config_ValidatorMessage.h index 16ec27922..d137097f9 100644 --- a/src/Config/Config_ValidatorMessage.h +++ b/src/Config/Config_ValidatorMessage.h @@ -1,7 +1,9 @@ +// Copyright (C) 2014-20xx CEA/DEN, EDF R&D + /* * Config_ValidatorMessage.h * - * Created on: 08 Jul 2014 ã. + * Created on: 08 Jul 2014 �. * Author: sbh */ @@ -14,9 +16,13 @@ #include #include -/// Event ID that feature is loaded (comes with Config_FeatureMessage) +/// Event ID that Validator is loaded (comes with Config_ValidatorMessage) static const char * EVENT_VALIDATOR_LOADED = "ValidatorLoaded"; +/*! + * \class Config_ValidatorMessage + * \brief Transmits info about created validator on "ValidatorLoaded" event + */ class Config_ValidatorMessage : public Events_Message { std::string myValidatorId;