]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/ipc/client.h
Moved version number to 2.7.2.0 and rebaked
[wxWidgets.git] / samples / ipc / client.h
index 8c04e41c7f58fffd38864999fa5322088148c424..c9e06778ff63cd1c78c84ab0dc1a41fbce22f66d 100644 (file)
@@ -45,7 +45,7 @@ public:
 
     void OnExit(wxCommandEvent& event);
     void OnClose(wxCloseEvent& event);
-    void Enable();
+    void EnableControls();
     void Disconnect();
 
 protected:
@@ -86,7 +86,7 @@ public:
     virtual bool Poke(const wxString& item, wxChar *data, int size = -1, wxIPCFormat format = wxIPC_TEXT);
     virtual bool OnAdvise(const wxString& topic, const wxString& item, wxChar *data, int size, wxIPCFormat format);
     virtual bool OnDisconnect();
-protected:    
+protected:
     void Log(const wxString& command, const wxString& topic,
         const wxString& item, wxChar *data, int size, wxIPCFormat format);
 };
@@ -105,4 +105,3 @@ public:
 protected:
     MyConnection     *m_connection;
 };
-