Changeset 7804 for trunk/MagicSoft/Mars/mfileio
- Timestamp:
- 07/26/06 11:46:55 (18 years ago)
- Location:
- trunk/MagicSoft/Mars/mfileio
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfileio/MReadTree.cc
r7724 r7804 1198 1198 // gui elements to a macro-file. 1199 1199 // 1200 void MReadTree::StreamPrimitive(o fstream &out) const1200 void MReadTree::StreamPrimitive(ostream &out) const 1201 1201 { 1202 1202 out << " " << ClassName() << " " << GetUniqueName() << "(\""; -
trunk/MagicSoft/Mars/mfileio/MReadTree.h
r7115 r7804 46 46 47 47 virtual void SetReadyToSave(Bool_t flag=kTRUE); 48 virtual void StreamPrimitive(o fstream &out) const;48 virtual void StreamPrimitive(ostream &out) const; 49 49 50 50 enum { kIsOwner = BIT(14) }; -
trunk/MagicSoft/Mars/mfileio/MWriteRootFile.cc
r7358 r7804 1068 1068 // gui elements to a macro-file. 1069 1069 // 1070 void MWriteRootFile::StreamPrimitive(o fstream &out) const1070 void MWriteRootFile::StreamPrimitive(ostream &out) const 1071 1071 { 1072 1072 out << " MWriteRootFile " << GetUniqueName(); -
trunk/MagicSoft/Mars/mfileio/MWriteRootFile.h
r7001 r7804 108 108 // MTask 109 109 Bool_t ReInit(MParList *pList); 110 void StreamPrimitive(o fstream &out) const;110 void StreamPrimitive(ostream &out) const; 111 111 112 112 // Constructor
Note:
See TracChangeset
for help on using the changeset viewer.