ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataUtil/src/TreeWriter.cc
(Generate patch)

Comparing UserCode/MitAna/DataUtil/src/TreeWriter.cc (file contents):
Revision 1.15 by loizides, Thu Mar 12 18:26:08 2009 UTC vs.
Revision 1.16 by loizides, Mon Mar 23 22:15:11 2009 UTC

# Line 262 | Line 262 | const char *TreeWriter::CName(void *obj)
262    TObject **sobj = static_cast<TObject**>(obj);
263    TObject *tobj = dynamic_cast<TObject*>(*sobj);
264    if (tobj==0) {
265 <    Fatal("CName", "Given void* ptr can not be dereferenced into TObject*");
265 >    Fatal("CName", "Given void* ptr cannot be dereferenced into TObject*");
266    }
267    return tobj->ClassName();
268   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines