WIZnetInterface using namespace

Dependents:   DualNetworkInterface-Basic

Fork of WIZnetInterface by WIZnet

Revision:
20:3e61863c1f67
Parent:
0:6f28332c466f
diff -r d8773cd4edc5 -r 3e61863c1f67 Socket/Socket.cpp
--- a/Socket/Socket.cpp	Wed Jul 01 04:02:50 2015 +0000
+++ b/Socket/Socket.cpp	Tue Jul 14 10:16:16 2015 +0000
@@ -16,7 +16,9 @@
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#include "Socket.h"
+#include "Socket.hpp"
+
+using namespace wiznet_space;
 
 Socket::Socket() : _sock_fd(-1),_blocking(true), _timeout(1500)
 {