NetServices Stack source

Dependents:   HelloWorld ServoInterfaceBoardExample1 4180_Lab4

Revision:
9:c79fa4034f5b
Parent:
8:93fa3cfc0219
--- a/api/UDPSocket.h	Wed Jul 28 12:45:32 2010 +0000
+++ b/api/UDPSocket.h	Thu Aug 05 14:32:43 2010 +0000
@@ -28,7 +28,8 @@
 #ifndef UDPSOCKET_H
 #define UDPSOCKET_H
 
-#include "if/net/net.h"
+#include "core/net.h"
+#include "core/host.h"
 //Essentially it is a safe interface to NetUdpSocket
 
 ///UDP Socket error codes
@@ -49,6 +50,9 @@
   UDPSOCKET_READABLE, ///<Data in buf
 };
 
+class NetUdpSocket;
+enum NetUdpSocketEvent;
+
 ///This is a simple UDP Socket class
 /**
   This class exposes an API to deal with UDP Sockets