- virtual bool OnExecute( const wxString& WXUNUSED(topic), char *WXUNUSED(data), int WXUNUSED(size),
- int WXUNUSED(format) ) { return FALSE; };
- virtual wxChar *OnRequest( const wxString& WXUNUSED(topic), const wxString& WXUNUSED(item),
- int *WXUNUSED(size), int WXUNUSED(format) ) { return (wxChar *) NULL; };
- virtual bool OnPoke( const wxString& WXUNUSED(topic), const wxString& WXUNUSED(item), wxChar *WXUNUSED(data),
- int WXUNUSED(size), int WXUNUSED(format) ) { return FALSE; };
- virtual bool OnStartAdvise( const wxString& WXUNUSED(topic), const wxString& WXUNUSED(item) )
- { return FALSE; };
- virtual bool OnStopAdvise( const wxString& WXUNUSED(topic), const wxString& WXUNUSED(item) )
- { return FALSE; };
+ virtual bool OnExecute ( const wxString& WXUNUSED(topic),
+ wxChar *WXUNUSED(data),
+ int WXUNUSED(size),
+ wxIPCFormat WXUNUSED(format) )
+ { return false; };
+
+ virtual wxChar *OnRequest ( const wxString& WXUNUSED(topic),
+ const wxString& WXUNUSED(item),
+ int *WXUNUSED(size),
+ wxIPCFormat WXUNUSED(format) )
+ { return (wxChar *) NULL; };
+
+ virtual bool OnPoke ( const wxString& WXUNUSED(topic),
+ const wxString& WXUNUSED(item),
+ wxChar *WXUNUSED(data),
+ int WXUNUSED(size),
+ wxIPCFormat WXUNUSED(format) )
+ { return false; };
+
+ virtual bool OnStartAdvise ( const wxString& WXUNUSED(topic),
+ const wxString& WXUNUSED(item) )
+ { return false; };
+
+ virtual bool OnStopAdvise ( const wxString& WXUNUSED(topic),
+ const wxString& WXUNUSED(item) )
+ { return false; };