-
- Downloads
An error occurred while fetching merge requests data.
WARNING!!! This is an important change.
This is the continuation of the effort to structure libCore into independent sub-packages. A new class TDirectoryFile is introduced. It derives from TDirectory and takes from TDirectory all the I/O functions. All the classes (except TROOT) deriving from TDirectory are now derived from TDirectoryFile. TDirectory keeps the previous API for back compatibility with several functions made virtual. This change should be back compatible, except if the user codes creates a file sub-directory by direct invokation of the TDirectory constructor instead of calling TDirectory::mkdir. Note that TMapFile is not yet fully adapted to the new scheme. git-svn-id: http://root.cern.ch/svn/root/trunk@17419 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- base/inc/LinkDef1.h 3 additions, 2 deletionsbase/inc/LinkDef1.h
- base/inc/TDirectory.h 43 additions, 60 deletionsbase/inc/TDirectory.h
- base/inc/TFile.h 5 additions, 5 deletionsbase/inc/TFile.h
- base/inc/TROOT.h 2 additions, 2 deletionsbase/inc/TROOT.h
- base/inc/TUUID.h 6 additions, 9 deletionsbase/inc/TUUID.h
- base/src/TDirectory.cxx 7 additions, 1095 deletionsbase/src/TDirectory.cxx
- base/src/TFile.cxx 15 additions, 15 deletionsbase/src/TFile.cxx
- base/src/TKey.cxx 9 additions, 9 deletionsbase/src/TKey.cxx
- base/src/TMapFile.cxx 3 additions, 3 deletionsbase/src/TMapFile.cxx
- io/inc/TFile.h 5 additions, 5 deletionsio/inc/TFile.h
- io/src/TFile.cxx 15 additions, 15 deletionsio/src/TFile.cxx
- io/src/TKey.cxx 9 additions, 9 deletionsio/src/TKey.cxx
- io/src/TMapFile.cxx 3 additions, 3 deletionsio/src/TMapFile.cxx
- sql/src/TKeySQL.cxx 3 additions, 4 deletionssql/src/TKeySQL.cxx
- sql/src/TSQLFile.cxx 7 additions, 7 deletionssql/src/TSQLFile.cxx
- treeplayer/src/TFileDrawMap.cxx 3 additions, 3 deletionstreeplayer/src/TFileDrawMap.cxx
- xml/src/TKeyXML.cxx 3 additions, 3 deletionsxml/src/TKeyXML.cxx
- xml/src/TXMLFile.cxx 5 additions, 5 deletionsxml/src/TXMLFile.cxx
Loading
Please register or sign in to comment