Changeset 14449 for trunk/Mars/mbase


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/mbase/MEvtLoop.h

    r13364 r14449  
    3737    Bool_t HasDuplicateNames(TObjArray &arr, const TString txt) const;
    3838
    39     void StreamPrimitive(ostream &out) const;
     39    void StreamPrimitive(std::ostream &out) const;
    4040
    4141    Bool_t ProcessGuiEvents(Int_t num, Int_t rc);
     
    7777    void MakeMacro(const char *filename="evtloop.C");
    7878
    79     void SavePrimitive(ostream &out, Option_t *o="");
    80     void SavePrimitive(ofstream &out, Option_t *o="");
     79    void SavePrimitive(std::ostream &out, Option_t *o="");
     80    void SavePrimitive(std::ofstream &out, Option_t *o="");
    8181
    8282    Int_t Read(const char *name="Evtloop");
Note: See TracChangeset for help on using the changeset viewer.