Changeset 14583 for trunk/Cosy


Ignore:
Timestamp:
11/08/12 12:02:24 (12 years ago)
Author:
tbretz
Message:
Added som std::
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cosy/tpoint/TPointStar.h

    r10066 r14583  
    1616class TPointStar : public TNamed
    1717{
    18     friend istream &operator>>(istream &fin,  TPointStar &set);
    19     friend ostream &operator<<(ostream &fout, TPointStar &set);
     18    friend std::istream &operator>>(std::istream &fin,  TPointStar &set);
     19    friend std::ostream &operator<<(std::ostream &fout, TPointStar &set);
    2020private:
    2121    Double_t fStarAz;
     
    9090*/
    9191
    92 istream &operator>>(istream &fin, TPointStar &set);
    93 ostream &operator<<(ostream &out, TPointStar &set);
     92std::istream &operator>>(std::istream &fin, TPointStar &set);
     93std::ostream &operator<<(std::ostream &out, TPointStar &set);
    9494
    9595#endif
Note: See TracChangeset for help on using the changeset viewer.