]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/ipc/client.h
Block all events in wxSpinCtrl::SetValue etc.
[wxWidgets.git] / samples / ipc / client.h
index 83848f42df1a08c3cb937c1fb54958e838ee6b9a..c9e06778ff63cd1c78c84ab0dc1a41fbce22f66d 100644 (file)
@@ -45,7 +45,7 @@ public:
 
     void OnExit(wxCommandEvent& event);
     void OnClose(wxCloseEvent& event);
-    void Enable();
+    void EnableControls();
     void Disconnect();
 
 protected:
@@ -86,8 +86,8 @@ 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:    
-    void MyConnection::Log(const wxString& command, const wxString& topic,
+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;
 };
-