From aecd7bdf2b37acbc56c6ff9cba6964ffda4a8e54 Mon Sep 17 00:00:00 2001 From: evomarc Date: Thu, 8 Apr 2004 07:55:40 +0000 Subject: [PATCH] Added the setLongName method to handle the prefix trick in eoParser --- eo/src/utils/eoParam.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/eo/src/utils/eoParam.h b/eo/src/utils/eoParam.h index 05ff9b2c0..4110be5c3 100644 --- a/eo/src/utils/eoParam.h +++ b/eo/src/utils/eoParam.h @@ -109,8 +109,10 @@ public: void defValue ( std::string str ) { repDefault = str; }; /** - * Returns the value of the param as a std::string + * ALlows to change the name (see the prefix in eoParser.h) */ + void setLongName(std::string _longName) { repLongName = _longName;} + /** * Returns if required or not. */