Ignore:
Timestamp:
08/01/02 12:31:56 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MParContainer.cc

    r1299 r1471  
    346346    return call;
    347347}
     348
     349void MParContainer::SavePrimitive(ofstream &out, Option_t *o="")
     350{
     351    out << "   // SavePrimitive not overloaded... using default." << endl;
     352    out << "   " << ClassName() << " " << ToLower(fName) << "(\"";
     353    out << fName << "\", \"" << fTitle << "\");" << endl;
     354}
     355
Note: See TracChangeset for help on using the changeset viewer.