Print

Print


Commit in lcio/src/cpp/include/IMPL on rio_v00-00
LCCollectionVec.h+3-21.11 -> 1.11.20.1
made default c'tor public

lcio/src/cpp/include/IMPL
LCCollectionVec.h 1.11 -> 1.11.20.1
diff -u -r1.11 -r1.11.20.1
--- LCCollectionVec.h	15 Apr 2005 08:37:37 -0000	1.11
+++ LCCollectionVec.h	7 Jul 2009 12:49:54 -0000	1.11.20.1
@@ -19,14 +19,15 @@
    *  of LCObjects.
    * 
    * @author gaede 
-   * @version $Id: LCCollectionVec.h,v 1.11 2005/04/15 08:37:37 gaede Exp $
+   * @version $Id: LCCollectionVec.h,v 1.11.20.1 2009/07/07 12:49:54 gaede Exp $
    * @see LCObject
    * @see LCCollection
    */
   class LCCollectionVec : public EVENT::LCCollection , public EVENT::LCObjectVec 
     , public AccessChecked {
     
-  protected:
+    //  protected:
+  public:
     /**  Default Constructor is protected  - every LCCollection needs to know the type
      *   of its elements.
      */
CVSspam 0.2.8