Print

Print


Commit in lcio/src/cpp/include on MAIN
IMPL/LCCollectionVec.h+3-21.11 -> 1.12
IOIMPL/LCCollectionIOVec.h+2-11.4 -> 1.5
+5-3
2 modified files
make default c'tor public (for ROOT dict/CINT)

lcio/src/cpp/include/IMPL
LCCollectionVec.h 1.11 -> 1.12
diff -u -r1.11 -r1.12
--- LCCollectionVec.h	15 Apr 2005 08:37:37 -0000	1.11
+++ LCCollectionVec.h	21 Jan 2010 16:27:36 -0000	1.12
@@ -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.12 2010/01/21 16:27:36 gaede Exp $
    * @see LCObject
    * @see LCCollection
    */
   class LCCollectionVec : public EVENT::LCCollection , public EVENT::LCObjectVec 
     , public AccessChecked {
     
-  protected:
+    //  protected:
+  public: // changed for ROOT dictionary
     /**  Default Constructor is protected  - every LCCollection needs to know the type
      *   of its elements.
      */

lcio/src/cpp/include/IOIMPL
LCCollectionIOVec.h 1.4 -> 1.5
diff -u -r1.4 -r1.5
--- LCCollectionIOVec.h	15 Apr 2005 08:37:39 -0000	1.4
+++ LCCollectionIOVec.h	21 Jan 2010 16:27:36 -0000	1.5
@@ -18,7 +18,8 @@
     
     friend class SIO::SIOCollectionHandler ;
     
-  protected:
+    //  protected:
+  public:
     LCCollectionIOVec() {  /* no default c'tor */ }
     
 
CVSspam 0.2.8