diff options
Diffstat (limited to 'Swiften/FileTransfer/IBBSendSession.h')
| -rw-r--r-- | Swiften/FileTransfer/IBBSendSession.h | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/Swiften/FileTransfer/IBBSendSession.h b/Swiften/FileTransfer/IBBSendSession.h index 8e5ace1..abd217b 100644 --- a/Swiften/FileTransfer/IBBSendSession.h +++ b/Swiften/FileTransfer/IBBSendSession.h @@ -41,9 +41,12 @@ namespace Swift {  			boost::signal<void (boost::optional<FileTransferError>)> onFinished;  			boost::signal<void (int)> onBytesSent; +  		private:  			void handleIBBResponse(IBB::ref, ErrorPayload::ref);  			void finish(boost::optional<FileTransferError>); +			void sendMoreData(); +			void handleDataAvailable();  		private:  			std::string id; @@ -54,5 +57,6 @@ namespace Swift {  			int blockSize;  			int sequenceNumber;  			bool active; +			bool waitingForData;  	};  } | 
 Swift
 Swift