Changeset 14449 for trunk/Mars/mjobs


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

Legend:

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

    r12796 r14449  
    137137    TString GetNumSequence(Int_t &pos, const TArrayI &n, const TArrayI &f) const;
    138138
    139     void    PrintRunsClassic(ostream &out, const char *pre, const char *name, const TArrayI &r) const;
    140     TString PrintRuns(ostream &out, const char *pre, const char *name, const TArrayI &r, const TArrayI &f) const;
     139    void    PrintRunsClassic(std::ostream &out, const char *pre, const char *name, const TArrayI &r) const;
     140    TString PrintRuns(std::ostream &out, const char *pre, const char *name, const TArrayI &r, const TArrayI &f) const;
    141141
    142142    // General helper
     
    190190
    191191    // TObject
    192     void Print(ostream &out, Option_t *o) const;
     192    void Print(std::ostream &out, Option_t *o) const;
    193193    void Print(Option_t *o) const;
    194194    void Print() const { Print(""); } //*MENU*
Note: See TracChangeset for help on using the changeset viewer.