Changeset 14583
- Timestamp:
- 11/08/12 12:02:24 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosy/tpoint/TPointStar.h
r10066 r14583 16 16 class TPointStar : public TNamed 17 17 { 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); 20 20 private: 21 21 Double_t fStarAz; … … 90 90 */ 91 91 92 istream &operator>>(istream &fin, TPointStar &set);93 ostream &operator<<(ostream &out, TPointStar &set);92 std::istream &operator>>(std::istream &fin, TPointStar &set); 93 std::ostream &operator<<(std::ostream &out, TPointStar &set); 94 94 95 95 #endif
Note:
See TracChangeset
for help on using the changeset viewer.