Ignore:
Timestamp:
10/02/12 11:45:31 (12 years ago)
Author:
tbretz
Message:
Added some missing std::
Location:
trunk/Mars/mbadpixels
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mbadpixels/MBadPixelsCam.h

    r9369 r14448  
    5858    TArrayC GetUncalibrated(MBadPixelsPix::UncalibratedType_t typ) const;
    5959
    60     void   AsciiRead(istream &fin);
    61     Bool_t AsciiWrite(ostream &out) const;
     60    void   AsciiRead(std::istream &fin);
     61    Bool_t AsciiWrite(std::ostream &out) const;
    6262
    6363    Bool_t GetPixelContent(Double_t &val, Int_t idx, const MGeomCam &cam, Int_t type=0) const;
  • trunk/Mars/mbadpixels/MBadPixelsTreat.h

    r8801 r14448  
    5555    Int_t  ReadEnv(const TEnv &env, TString prefix, Bool_t print);
    5656
    57     void   StreamPrimitive(ostream &out) const;
     57    void   StreamPrimitive(std::ostream &out) const;
    5858
    5959public:
Note: See TracChangeset for help on using the changeset viewer.