Accidently left in an extra {} and also had wrong license name.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28608 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
* Guilhem Lavaux,
|
* Guilhem Lavaux,
|
||||||
* Guillermo Rodriguez Garcia <guille@iies.es>
|
* Guillermo Rodriguez Garcia <guille@iies.es>
|
||||||
* Purpose: GSocket main Unix and OS/2 file
|
* Purpose: GSocket main Unix and OS/2 file
|
||||||
* Licence: The wxWidgets licence
|
* Licence: The wxWindows licence
|
||||||
* CVSID: $Id$
|
* CVSID: $Id$
|
||||||
* -------------------------------------------------------------------------
|
* -------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@@ -175,7 +175,6 @@ public:
|
|||||||
virtual bool Init_Socket(GSocket *socket);
|
virtual bool Init_Socket(GSocket *socket);
|
||||||
virtual void Destroy_Socket(GSocket *socket);
|
virtual void Destroy_Socket(GSocket *socket);
|
||||||
virtual void Install_Callback(GSocket *socket, GSocketEvent event);
|
virtual void Install_Callback(GSocket *socket, GSocketEvent event);
|
||||||
{}
|
|
||||||
virtual void Uninstall_Callback(GSocket *socket, GSocketEvent event);
|
virtual void Uninstall_Callback(GSocket *socket, GSocketEvent event);
|
||||||
virtual void Enable_Events(GSocket *socket);
|
virtual void Enable_Events(GSocket *socket);
|
||||||
virtual void Disable_Events(GSocket *socket);
|
virtual void Disable_Events(GSocket *socket);
|
||||||
|
Reference in New Issue
Block a user