Commit in lcio/src/aid/IO on MAIN
ILCFactory.aid+1-21.1 -> 1.2
changed tag to HEAD

lcio/src/aid/IO
ILCFactory.aid 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- ILCFactory.aid	10 Mar 2003 14:06:32 -0000	1.1
+++ ILCFactory.aid	10 Dec 2008 08:12:07 -0000	1.2
@@ -1,6 +1,5 @@
 package hep.lcio.io;
 
-
 /**Factory to create LCWriter and Reader object for the known data 
  * formats, e.g. SIO. The implementation (LCFactory) will be a singleton class 
  * that knows all concrete reader/writer implementations.
@@ -30,6 +29,6 @@
 	
 /**Creates an LCReader object for the current persistency type.
  */
-	public  LCReader* createLCReader() ;
+	public  LCReader* createLCReader(int readerFlag=0) ;
 
 }
CVSspam 0.2.8