Dependencies:   EthernetNetIf NTPClient_NetServices mbed

Revision:
0:d441275f622f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Object.h	Mon Aug 09 07:01:43 2010 +0000
@@ -0,0 +1,8 @@
+#ifndef _INC_OBJECT
+#define _INC_OBJECT
+
+class Object{
+public:
+    virtual bool CompareId(unsigned int id) = 0;
+};
+#endif
\ No newline at end of file