Commit in lcio/src/aid/EVENT on MAIN
LCObject.aid+1-11.9 -> 1.10
fixed bug LCIO-42 - made id() const

lcio/src/aid/EVENT
LCObject.aid 1.9 -> 1.10
diff -u -r1.9 -r1.10
--- LCObject.aid	3 Aug 2006 16:53:34 -0000	1.9
+++ LCObject.aid	4 Aug 2006 15:00:26 -0000	1.10
@@ -28,7 +28,7 @@
 @ifdef cpp
     /** Returns an object id for internal (debugging) use in LCIO.
      */
-    public int id() ;
+    public int id() const ;
 @endif
 
 @cpp{
CVSspam 0.2.8