From b862c5ec77a0f8fe40bd6c12b65a7739bdec2b00 Mon Sep 17 00:00:00 2001 From: pixel Date: Sun, 23 Sep 2007 12:20:15 +0000 Subject: Adding SetMsg to the Message class. --- include/Message.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/Message.h b/include/Message.h index 690ec06..6f3234d 100644 --- a/include/Message.h +++ b/include/Message.h @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: Message.h,v 1.12 2007-05-30 11:57:08 pixel Exp $ */ +/* $Id: Message.h,v 1.13 2007-09-23 12:20:15 pixel Exp $ */ #ifndef __MESSAGE_H__ #define __MESSAGE_H__ @@ -32,6 +32,7 @@ class Message : public Action { virtual ~Message() { } virtual String GetTitle(); virtual Task * Do(Variables *, Variables *, Handle *); + void SetMsg(const String &); private: String tit, msg; -- cgit v1.2.3