d94912ffb8
German language configuration tool for ISTEC 1003/1008 ISDN systems
37 lines
2 KiB
Text
37 lines
2 KiB
Text
$NetBSD: patch-ak,v 1.1.1.1 2001/02/10 18:34:23 tron Exp $
|
|
|
|
--- ../spunk/stream.h.orig Thu Nov 7 18:06:52 1996
|
|
+++ ../spunk/stream.h Sat Feb 10 18:38:34 2001
|
|
@@ -50,19 +50,19 @@
|
|
|
|
|
|
|
|
-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 stReadTimeout = 11; // Timeout on read (CharacterStream only)
|
|
-static const stWriteTimeout = 12; // Timeout on write (CharcterStream only)
|
|
+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.
|
|
+static const int stReadTimeout = 11; // Timeout on read (CharacterStream only)
|
|
+static const int stWriteTimeout = 12; // Timeout on write (CharcterStream only)
|
|
|
|
|
|
|