Changeset 14447 for trunk/Mars/mjobs


Ignore:
Timestamp:
10/02/12 11:44:41 (12 years ago)
Author:
tbretz
Message:
Added some missing std::
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mjobs/MDataSet.h

    r9460 r14447  
    4848    void ResolveSequences(const TEnv &env, const TString &prefix, const TArrayI &num, TList &list/*, const TString &sequences, const TString &data*/) const;
    4949    Bool_t GetWobbleMode(const TEnv &env, const TString &prefix) const;
    50     static void PrintFile(ostream &out, const MSequence &obj);
    51     void PrintSeq(ostream &out, const MSequence &seq) const;
     50    static void PrintFile(std::ostream &out, const MSequence &obj);
     51    void PrintSeq(std::ostream &out, const MSequence &seq) const;
    5252
    5353    // Directory and file handling
     
    182182
    183183    // TObject
    184     void Print(ostream &out, Option_t *o) const;
     184    void Print(std::ostream &out, Option_t *o) const;
    185185    void Print(Option_t *o) const;
    186186    void Print() const { Print(""); } //*MENU*
Note: See TracChangeset for help on using the changeset viewer.