← Back to team overview

linuxdcpp-team team mailing list archive

[Branch ~dcplusplus-team/dcplusplus/trunk] Rev 2490: Using fix

 

------------------------------------------------------------
revno: 2490
committer: Jacek Sieka <arnetheduck@xxxxxxxxx>
branch nick: dcplusplus
timestamp: Fri 2011-04-15 20:41:30 +0200
message:
  Using fix
modified:
  dcpp/BufferedSocket.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/BufferedSocket.h'
--- dcpp/BufferedSocket.h	2011-04-13 19:16:51 +0000
+++ dcpp/BufferedSocket.h	2011-04-15 18:41:30 +0000
@@ -36,6 +36,7 @@
 using std::deque;
 using std::pair;
 using std::unique_ptr;
+using std::atomic;
 
 class BufferedSocket : public Speaker<BufferedSocketListener>, private Thread {
 public: