Commit in lcio/src/python on MAIN
lcio_swig.i+2-11.1 -> 1.2
JM: Include LCCollectionVec ctor

lcio/src/python
lcio_swig.i 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- lcio_swig.i	31 Jan 2006 20:42:25 -0000	1.1
+++ lcio_swig.i	27 Feb 2006 17:59:09 -0000	1.2
@@ -1,4 +1,4 @@
-// $Id: lcio_swig.i,v 1.1 2006/01/31 20:42:25 jeremy Exp $
+// $Id: lcio_swig.i,v 1.2 2006/02/27 17:59:09 jeremy Exp $
 
 /*
  * SWIG interface file to make Python wrappers for LCIO.
@@ -527,6 +527,7 @@
     class LCCollectionVec: public EVENT::LCCollection, public EVENT::LCObjectVec, public AccessChecked
     {
         public:
+            LCCollectionVec (const std::string &type) ;
             virtual int getNumberOfElements() const ;
             virtual const std::string & getTypeName() const ;
             virtual EVENT::LCObject * getElementAt(int index) const ;
CVSspam 0.2.8