Ignore:
Timestamp:
Dec 5, 2003, 12:02:27 AM (22 years ago)
Author:
ansari
Message:

Debug/correction des ppersist suite a la separation des PInOutPersist en PPFInOutStream - Reza 5 Dec 2003

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/rawstream.h

    r2458 r2476  
    2828  virtual RawInOutStream& seekp(int_8, int sd = ios::beg);
    2929  virtual RawInOutStream& write(const char* s, uint_8 n);
     30  inline  std::string     getFileName() const { return _filename; }
     31protected:
     32  std::string _filename;
     33
    3034};
    3135
     
    4347  virtual RawInOutStream& read(char* s, uint_8 n);
    4448
    45   inline  std::string     getFileName() const { return _filename; }
    4649protected:
    4750  FILE * fip;
    48   std::string _filename;
    4951};
    5052
     
    6264  virtual RawInOutStream& write(const char* s, uint_8 n);
    6365
    64   inline  std::string     getFileName() const { return _filename; }
    6566protected:
    6667  FILE * fip;
    67   std::string _filename; 
    6868};
    6969
Note: See TracChangeset for help on using the changeset viewer.