nrtb-core team mailing list archive
-
nrtb-core team
-
Mailing list archive
-
Message #00194
[Branch ~fpstovall/nrtb/cpp_common] Rev 47: Corrected a error introduced into base_socket.cpp by an overly helpful coding IDE
------------------------------------------------------------
revno: 47
committer: fpstovall@xxxxxxxxx
branch nick: dev
timestamp: Fri 2011-08-12 21:04:57 -0400
message:
Corrected a error introduced into base_socket.cpp by an overly helpful coding IDE
modified:
common/sockets/base_socket.cpp
--
lp:~fpstovall/nrtb/cpp_common
https://code.launchpad.net/~fpstovall/nrtb/cpp_common
Your team NRTB Core is subscribed to branch lp:~fpstovall/nrtb/cpp_common.
To unsubscribe from this branch go to https://code.launchpad.net/~fpstovall/nrtb/cpp_common/+edit-subscription
=== modified file 'common/sockets/base_socket.cpp'
--- common/sockets/base_socket.cpp 2011-08-13 00:40:17 +0000
+++ common/sockets/base_socket.cpp 2011-08-13 01:04:57 +0000
@@ -24,7 +24,6 @@
#include <arpa/inet.h>
#include <netdb.h>
#include <boost/lexical_cast.hpp>
-#include "../../../dev/common/threads/base_thread.h"
using boost::lexical_cast;
using std::string;