WIZnetInterface using namespace

Dependents:   DualNetworkInterface-Basic

Fork of WIZnetInterface by WIZnet

Revision:
20:3e61863c1f67
Parent:
0:6f28332c466f
--- a/Socket/TCPSocketConnection.cpp	Wed Jul 01 04:02:50 2015 +0000
+++ b/Socket/TCPSocketConnection.cpp	Tue Jul 14 10:16:16 2015 +0000
@@ -16,12 +16,14 @@
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#include "TCPSocketConnection.h"
+#include "TCPSocketConnection.hpp"
 #include <cstring>
 
 using std::memset;
 using std::memcpy;
 
+using namespace wiznet_space;
+
 // not a big code.
 // refer from EthernetInterface by mbed official driver
 TCPSocketConnection::TCPSocketConnection() :