X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/adaaa68635b4c8a4d8c5284add40366ea3eefb07..89efaf2b6595e59af618556d7e79492cab50c73c:/interface/wx/protocol/protocol.h?ds=sidebyside diff --git a/interface/wx/protocol/protocol.h b/interface/wx/protocol/protocol.h index d0edb4f930..1cf2f89122 100644 --- a/interface/wx/protocol/protocol.h +++ b/interface/wx/protocol/protocol.h @@ -45,7 +45,7 @@ public: @return Returns @true, if successful, else @false. */ - bool Abort(); + virtual bool Abort() = 0; /** Returns the type of the content of the last opened stream. It is a mime-type. @@ -57,7 +57,7 @@ public: @see wxProtocolError */ - wxProtocolError GetError(); + virtual wxProtocolError GetError() = 0; /** Creates a new input stream on the specified path. @@ -74,7 +74,7 @@ public: @see wxInputStream */ - wxInputStream* GetInputStream(const wxString& path); + virtual wxInputStream* GetInputStream(const wxString& path) = 0; /** Tries to reestablish a previous opened connection (close and renegotiate