HandleMessage( Message )

This commit is contained in:
Glenn Maynard
2006-11-13 23:11:25 +00:00
parent c219f56a3b
commit a5f5fa0b78
28 changed files with 60 additions and 60 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ protected:
virtual void AfterChangeRow( PlayerNumber pn );
virtual void AfterChangeValueInRow( int iRow, PlayerNumber pn );
virtual void ProcessMenuStart( const InputEventPlus &input );
virtual void HandleMessage( const RString& sMessage );
virtual void HandleMessage( const Message &msg );
int GetCourseEntryIndexWithFocus() const;