Index: /trunk/MagicSoft/Cosy/Changelog
===================================================================
--- /trunk/MagicSoft/Cosy/Changelog	(revision 8840)
+++ /trunk/MagicSoft/Cosy/Changelog	(revision 8841)
@@ -22,4 +22,12 @@
      - chnaged some manipulators
      - adapted calls to consructors of Macs and ShaftEncoders
+
+    * tcpip/MCeCoCom.[h,cc]:
+      - adapted to the otehr changes. Note that with this all reports are
+        send to CC which means that the Drive reports get send ten times a
+        second
+
+    * candrv/CandrvLinkDef.h:
+      - for the time being Ethernet has been added and Interface be removed
 
 
Index: /trunk/MagicSoft/Cosy/candrv/CandrvLinkDef.h
===================================================================
--- /trunk/MagicSoft/Cosy/candrv/CandrvLinkDef.h	(revision 8840)
+++ /trunk/MagicSoft/Cosy/candrv/CandrvLinkDef.h	(revision 8841)
@@ -8,4 +8,6 @@
 #pragma link C++ class CanOpen+;
 #pragma link C++ class Network+;
+#pragma link C++ class Ethernet+;
+//#pragma link C++ class Interface+;
 
 #pragma link C++ class NodeDrv+;
