Print

Print


Commit in lcio/src/cpp/src/SIO on rio_v00-00
SIOCollectionHandler.cc+2-11.17 -> 1.17.20.1
replaced inheritance for std::vector<LCObject*> by inclusion

lcio/src/cpp/src/SIO
SIOCollectionHandler.cc 1.17 -> 1.17.20.1
diff -u -r1.17 -r1.17.20.1
--- SIOCollectionHandler.cc	15 Apr 2005 08:37:49 -0000	1.17
+++ SIOCollectionHandler.cc	26 Nov 2009 14:28:53 -0000	1.17.20.1
@@ -102,7 +102,8 @@
 
       for( int i=0 ; i< nObj ; i ++ ){
 	
- 	status  = _myHandler->readBase( stream , & (ioCol->operator[](i) )  ) ;
+	// 	status  = _myHandler->readBase( stream , & (ioCol->operator[](i) )  ) ;
+ 	status  = _myHandler->readBase( stream , & (ioCol->_vec[i] )  ) ;
 
 	if( !( status & 1 ) ) return status ;
       }
CVSspam 0.2.8