other ifacecheck fixes, resulting in removal of the non-existing functions wxDatagramSocket::ReceiveFrom() and wxCloseEvent::SetForce()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56530 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -31,15 +31,7 @@ public:
|
||||
Constructs a datastream object from an output stream.
|
||||
Only write methods will be available.
|
||||
|
||||
@param stream
|
||||
The output stream.
|
||||
*/
|
||||
wxDataOutputStream(wxOutputStream& stream);
|
||||
|
||||
/**
|
||||
Constructs a datastream object from an output stream. Only write
|
||||
methods will be available. This constructor is only available in
|
||||
Unicode builds of wxWidgets.
|
||||
Note that the @a conv parameter is only available in Unicode builds of wxWidgets.
|
||||
|
||||
@param stream
|
||||
The output stream.
|
||||
@@ -176,15 +168,7 @@ public:
|
||||
Constructs a datastream object from an input stream.
|
||||
Only read methods will be available.
|
||||
|
||||
@param stream
|
||||
The input stream.
|
||||
*/
|
||||
wxDataInputStream(wxInputStream& stream);
|
||||
|
||||
/**
|
||||
Constructs a datastream object from an input stream. Only read methods
|
||||
will be available. This constructor is only available in Unicode builds
|
||||
of wxWidgets.
|
||||
Note that the @a conv parameter is only available in Unicode builds of wxWidgets.
|
||||
|
||||
@param stream
|
||||
The input stream.
|
||||
|
Reference in New Issue
Block a user