diff options
Diffstat (limited to 'Swiften/FileTransfer/IBBSendSession.h')
| -rw-r--r-- | Swiften/FileTransfer/IBBSendSession.h | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/Swiften/FileTransfer/IBBSendSession.h b/Swiften/FileTransfer/IBBSendSession.h index a535382..dcda11f 100644 --- a/Swiften/FileTransfer/IBBSendSession.h +++ b/Swiften/FileTransfer/IBBSendSession.h @@ -1,5 +1,5 @@  /* - * Copyright (c) 2010 Remko Tronçon + * Copyright (c) 2010-2013 Remko Tronçon   * Licensed under the GNU General Public License v3.   * See Documentation/Licenses/GPLv3.txt for more information.   */ @@ -36,12 +36,12 @@ namespace Swift {  				return to;  			} -			void setBlockSize(int blockSize) { +			void setBlockSize(unsigned int blockSize) {  				this->blockSize = blockSize;  			}  			boost::signal<void (boost::optional<FileTransferError>)> onFinished; -			boost::signal<void (int)> onBytesSent; +			boost::signal<void (unsigned long long)> onBytesSent;  		private:  			void handleIBBResponse(IBB::ref, ErrorPayload::ref); @@ -55,7 +55,7 @@ namespace Swift {  			JID to;  			boost::shared_ptr<ReadBytestream> bytestream;  			IQRouter* router; -			int blockSize; +			unsigned int blockSize;  			int sequenceNumber;  			bool active;  			bool waitingForData; | 
 Swift
 Swift