Ignore:
Timestamp:
Nov 2, 2005, 9:52:39 AM (20 years ago)
Author:
ansari
Message:

1/ Correction bug TimeStamp::ToDays() + petites amelioration
2/ Prise en compte du type TimeStamp dans MuTyV (sous forme de r_8 en interne)
3/ Adaptation DVList a modifs MuTyV (typ TimeStamp) et R/W PPersist

+ Petites corrections et MAJ num.version , Reza 2 Nov 2005

File:
1 edited

Legend:

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

    r2615 r2826  
    4242RawInOutStream& RawInOutStream::read(char* s, uint_8 n)
    4343{
    44   throw NotAvailableOperation("RawInOutStream::seekg() - Not implemented ");
     44  throw NotAvailableOperation("RawInOutStream::read() - Not implemented ");
    4545}
    4646/* --Methode-- */
     
    5959RawInOutStream& RawInOutStream::write(const char* s, uint_8 n)
    6060{
    61   throw NotAvailableOperation("RawInOutStream::seekp() - Not implemented ");
     61  throw NotAvailableOperation("RawInOutStream::write() - Not implemented ");
    6262}
    6363
Note: See TracChangeset for help on using the changeset viewer.