From 3f7d2c8977368de7b2309a511c36d2a5d802f7c9 Mon Sep 17 00:00:00 2001 From: amcewen Date: Mon, 29 Aug 2011 22:36:28 +0100 Subject: Changed names of the Ethernet classes: Client -> EthernetClient, NetClient -> Client, and basic testing performed --- cores/arduino/Server.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 cores/arduino/Server.h (limited to 'cores/arduino/Server.h') diff --git a/cores/arduino/Server.h b/cores/arduino/Server.h new file mode 100644 index 0000000..edab726 --- /dev/null +++ b/cores/arduino/Server.h @@ -0,0 +1,9 @@ +#ifndef server_h +#define server_h + +class Server { +public: + virtual void begin() =0; +}; + +#endif -- cgit v1.2.3-18-g5258