Index: trunk/MagicSoft/Cosy/candrv/nodedrv.h
===================================================================
--- trunk/MagicSoft/Cosy/candrv/nodedrv.h	(revision 1271)
+++ trunk/MagicSoft/Cosy/candrv/nodedrv.h	(revision 1272)
@@ -33,5 +33,4 @@
     void SetError(int err) { fError = err; }
     void DelError()        { fError = 0; }
-    int  GetError()        { return fError; }
 
 public:
@@ -46,5 +45,6 @@
     virtual void StopDevice() = 0;
 
-    bool HasError()       { return fError; }
+    int  GetError() const { return fError; }
+    bool HasError() const { return fError; }
 
     virtual void HandleSDO(WORD_t idx, BYTE_t subidx, LWORD_t val, timeval_t *tv);
