Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2008-03-21 19:16:24 +0000
committerslewis2008-03-21 19:16:24 +0000
commit596acbcd24e26882af8ff1ae676001f5763f8e10 (patch)
tree444ff8a9f00bfdf96f94a390581f2a6b0327bb58 /providers/bundles/org.eclipse.ecf.provider.bittorrent/src/org/eclipse/ecf/internal/provider/bittorrent/BitTorrentContainer.java
parent736d91d8f5c7d6cba991401e9c749499b9a9f491 (diff)
downloadorg.eclipse.ecf-596acbcd24e26882af8ff1ae676001f5763f8e10.tar.gz
org.eclipse.ecf-596acbcd24e26882af8ff1ae676001f5763f8e10.tar.xz
org.eclipse.ecf-596acbcd24e26882af8ff1ae676001f5763f8e10.zip
Changes/fixes for bug 223207
Diffstat (limited to 'providers/bundles/org.eclipse.ecf.provider.bittorrent/src/org/eclipse/ecf/internal/provider/bittorrent/BitTorrentContainer.java')
-rw-r--r--providers/bundles/org.eclipse.ecf.provider.bittorrent/src/org/eclipse/ecf/internal/provider/bittorrent/BitTorrentContainer.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/providers/bundles/org.eclipse.ecf.provider.bittorrent/src/org/eclipse/ecf/internal/provider/bittorrent/BitTorrentContainer.java b/providers/bundles/org.eclipse.ecf.provider.bittorrent/src/org/eclipse/ecf/internal/provider/bittorrent/BitTorrentContainer.java
index fb77e9a7d..6bb50cf3b 100644
--- a/providers/bundles/org.eclipse.ecf.provider.bittorrent/src/org/eclipse/ecf/internal/provider/bittorrent/BitTorrentContainer.java
+++ b/providers/bundles/org.eclipse.ecf.provider.bittorrent/src/org/eclipse/ecf/internal/provider/bittorrent/BitTorrentContainer.java
@@ -176,6 +176,10 @@ public final class BitTorrentContainer implements IContainer, IRetrieveFileTrans
throw new UnsupportedOperationException(BitTorrentMessages.BitTorrentContainer_CannotWriteToStream);
}
+ public IIncomingFileTransfer getSource() {
+ return transfer;
+ }
+
});
}

Back to the top