OnSysRead is pure virtual
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69807 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -680,7 +680,7 @@ protected:
|
|||||||
reached or an error occurred (in this last case the internal @c m_lasterror
|
reached or an error occurred (in this last case the internal @c m_lasterror
|
||||||
variable should be set accordingly as well).
|
variable should be set accordingly as well).
|
||||||
*/
|
*/
|
||||||
size_t OnSysRead(void* buffer, size_t bufsize);
|
size_t OnSysRead(void* buffer, size_t bufsize) = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user