From: Oliver O. <fr...@us...> - 2007-02-28 00:22:29
|
Update of /cvsroot/simspark/simspark/contrib/rsgedit In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv23126 Modified Files: Tag: WIN32 agentframe.h Log Message: - added Output(const char*) method for convenience Index: agentframe.h =================================================================== RCS file: /cvsroot/simspark/simspark/contrib/rsgedit/Attic/agentframe.h,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** agentframe.h 23 Feb 2007 22:22:50 -0000 1.1.2.1 --- agentframe.h 28 Feb 2007 00:22:26 -0000 1.1.2.2 *************** *** 55,58 **** --- 55,59 ---- void Output(const wxString& str); + void Output(const char* str); void Output(wxInputStream* istream); |