diff options
| author | Remko Tronçon <git@el-tramo.be> | 2012-12-25 14:39:48 (GMT) | 
|---|---|---|
| committer | Remko Tronçon <git@el-tramo.be> | 2013-05-11 10:22:56 (GMT) | 
| commit | 927d62cc54c8a5087dba6b61afa9ad30dc528a23 (patch) | |
| tree | e67dc911bd30c0519d31a542d8e085bbb209879d /Swiften/FileTransfer/IBBSendSession.h | |
| parent | 17b188343e7208b875af7af30d94f0bf948f6b93 (diff) | |
| download | swift-927d62cc54c8a5087dba6b61afa9ad30dc528a23.zip swift-927d62cc54c8a5087dba6b61afa9ad30dc528a23.tar.bz2 | |
File Transfer refactoring.
Allocate S5B server lazily.
Forward forts lazily.
Various state machine fixes.
Temporarily disabling S5B proxy support.
Change-Id: I3145e85a99b15a7e457306bbfbe9c0eb570191e4
Diffstat (limited to 'Swiften/FileTransfer/IBBSendSession.h')
| -rw-r--r-- | Swiften/FileTransfer/IBBSendSession.h | 9 | 
1 files changed, 7 insertions, 2 deletions
| diff --git a/Swiften/FileTransfer/IBBSendSession.h b/Swiften/FileTransfer/IBBSendSession.h index dcda11f..f6ba7b3 100644 --- a/Swiften/FileTransfer/IBBSendSession.h +++ b/Swiften/FileTransfer/IBBSendSession.h @@ -22,7 +22,12 @@ namespace Swift {  	class SWIFTEN_API IBBSendSession {  		public: -			IBBSendSession(const std::string& id, const JID& from, const JID& to, boost::shared_ptr<ReadBytestream> bytestream, IQRouter* router); +			IBBSendSession( +					const std::string& id,  +					const JID& from,  +					const JID& to,  +					boost::shared_ptr<ReadBytestream> bytestream,  +					IQRouter* router);  			~IBBSendSession();  			void start(); @@ -41,7 +46,7 @@ namespace Swift {  			}  			boost::signal<void (boost::optional<FileTransferError>)> onFinished; -			boost::signal<void (unsigned long long)> onBytesSent; +			boost::signal<void (size_t)> onBytesSent;  		private:  			void handleIBBResponse(IBB::ref, ErrorPayload::ref); | 
 Swift
 Swift