linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #05119
[Branch ~dcplusplus-team/dcplusplus/trunk] Rev 2775: Download doesn't need noncopyable after al
------------------------------------------------------------
revno: 2775
committer: Jacek Sieka <arnetheduck@xxxxxxxxx>
branch nick: dcplusplus
timestamp: Thu 2011-12-29 20:10:25 +0100
message:
Download doesn't need noncopyable after al
modified:
dcpp/Download.h
--
lp:dcplusplus
https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk
Your team Dcplusplus-team is subscribed to branch lp:dcplusplus.
To unsubscribe from this branch go to https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk/+edit-subscription
=== modified file 'dcpp/Download.h'
--- dcpp/Download.h 2011-12-29 19:05:08 +0000
+++ dcpp/Download.h 2011-12-29 19:10:25 +0000
@@ -20,7 +20,7 @@
* Comes as an argument in the DownloadManagerListener functions.
* Use it to retrieve information about the ongoing transfer.
*/
-class Download : public Transfer, public Flags, boost::noncopyable
+class Download : public Transfer, public Flags
{
public:
enum {