From 0ccc29e81c5ca92dece3cbca352e8f4460e7378c Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Tue, 6 Sep 2005 08:38:32 +0000 Subject: - rename and merge patches (for better CVS tracking of next updates) --- misc/estic/files/patch-stream.h | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 misc/estic/files/patch-stream.h (limited to 'misc/estic/files/patch-stream.h') diff --git a/misc/estic/files/patch-stream.h b/misc/estic/files/patch-stream.h new file mode 100644 index 000000000000..c05e9f3c89ec --- /dev/null +++ b/misc/estic/files/patch-stream.h @@ -0,0 +1,31 @@ +--- spunk/stream.h.orig Sat Feb 26 17:47:07 2000 ++++ spunk/stream.h Sat Feb 26 17:47:53 2000 +@@ -33,17 +33,17 @@ + + + +-static const stOk = 0; // things are allright +-static const stInitError = 1; // error initializing the stream +-static const stReadError = 2; // error reading from the stream +-static const stWriteError = 3; // error writing to the stream +-static const stGetError = 4; // get found not registered class +-static const stPutError = 5; // put found not registered class +-static const stMemoryError = 6; // not enough memory +-static const stStoreError = 7; // Keine Store-Methode angegeben +-static const stLoadError = 8; // Keine Load-Methode oder Fehler bei Load +-static const stCopyError = 9; // CopyFrom: error of source stream +-static const stSeekError = 10; // error using Seek, GetPos etc. ++static const int stOk = 0; // things are allright ++static const int stInitError = 1; // error initializing the stream ++static const int stReadError = 2; // error reading from the stream ++static const int stWriteError = 3; // error writing to the stream ++static const int stGetError = 4; // get found not registered class ++static const int stPutError = 5; // put found not registered class ++static const int stMemoryError = 6; // not enough memory ++static const int stStoreError = 7; // Keine Store-Methode angegeben ++static const int stLoadError = 8; // Keine Load-Methode oder Fehler bei Load ++static const int stCopyError = 9; // CopyFrom: error of source stream ++static const int stSeekError = 10; // error using Seek, GetPos etc. + + + -- cgit v1.2.3