diff options
Diffstat (limited to 'doc/html/qnetworkoperation.html')
-rw-r--r-- | doc/html/qnetworkoperation.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qnetworkoperation.html b/doc/html/qnetworkoperation.html index cb9aa9701..3d1163e63 100644 --- a/doc/html/qnetworkoperation.html +++ b/doc/html/qnetworkoperation.html @@ -76,7 +76,7 @@ three arguments of the operation. The state is initialized to TQNetworkProtocol::StWaiting. <p> <p>See also <a href="ntqnetworkprotocol.html#Operation-enum">TQNetworkProtocol::Operation</a> and <a href="ntqnetworkprotocol.html#State-enum">TQNetworkProtocol::State</a>. -<h3 class=fn><a name="TQNetworkOperation-2"></a>TQNetworkOperation::TQNetworkOperation ( <a href="ntqnetworkprotocol.html#Operation-enum">TQNetworkProtocol::Operation</a> operation, const <a href="qbytearray.html">TQByteArray</a> & arg0, const <a href="qbytearray.html">TQByteArray</a> & arg1, const <a href="qbytearray.html">TQByteArray</a> & arg2 ) +<h3 class=fn><a name="TQNetworkOperation-2"></a>TQNetworkOperation::TQNetworkOperation ( <a href="ntqnetworkprotocol.html#Operation-enum">TQNetworkProtocol::Operation</a> operation, const <a href="tqbytearray.html">TQByteArray</a> & arg0, const <a href="tqbytearray.html">TQByteArray</a> & arg1, const <a href="tqbytearray.html">TQByteArray</a> & arg2 ) </h3> Constructs a network operation object. <em>operation</em> is the type of the operation, and <em>arg0</em>, <em>arg1</em> and <em>arg2</em> are the first @@ -117,7 +117,7 @@ Returns the type of the operation. Returns a detailed error message for the last error. This must have been set using <a href="#setProtocolDetail">setProtocolDetail</a>(). -<h3 class=fn><a href="qbytearray.html">TQByteArray</a> <a name="rawArg"></a>TQNetworkOperation::rawArg ( int num ) const +<h3 class=fn><a href="tqbytearray.html">TQByteArray</a> <a name="rawArg"></a>TQNetworkOperation::rawArg ( int num ) const </h3> Returns the operation's <em>num</em>-th raw data argument. If this argument was not already set, an empty bytearray is returned. @@ -138,7 +138,7 @@ codes defined in <a href="ntqnetworkprotocol.html">TQNetworkProtocol</a> should </h3> If the operation failed, the error message can be specified as <em>detail</em>. -<h3 class=fn>void <a name="setRawArg"></a>TQNetworkOperation::setRawArg ( int num, const <a href="qbytearray.html">TQByteArray</a> & arg ) +<h3 class=fn>void <a name="setRawArg"></a>TQNetworkOperation::setRawArg ( int num, const <a href="tqbytearray.html">TQByteArray</a> & arg ) </h3> Sets the network operation's <em>num</em>-th raw data argument to <em>arg</em>. |