Changeset 2826 in Sophya for trunk/SophyaLib/BaseTools/rawstream.cc
- Timestamp:
- Nov 2, 2005, 9:52:39 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/rawstream.cc
r2615 r2826 42 42 RawInOutStream& RawInOutStream::read(char* s, uint_8 n) 43 43 { 44 throw NotAvailableOperation("RawInOutStream:: seekg() - Not implemented ");44 throw NotAvailableOperation("RawInOutStream::read() - Not implemented "); 45 45 } 46 46 /* --Methode-- */ … … 59 59 RawInOutStream& RawInOutStream::write(const char* s, uint_8 n) 60 60 { 61 throw NotAvailableOperation("RawInOutStream:: seekp() - Not implemented ");61 throw NotAvailableOperation("RawInOutStream::write() - Not implemented "); 62 62 } 63 63
Note:
See TracChangeset
for help on using the changeset viewer.