diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-04-10 21:48:23 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-04-10 21:48:23 +0000 |
commit | 1fa3ca5f24c018126333ca2d6609730e1ae17386 (patch) | |
tree | 2877418e3b41c6fbd6505545cc01075899e5c7f8 /src/exceptions.h | |
parent | 070374dde0f53bff26078550997f7682e84412e5 (diff) | |
download | libbu++-1fa3ca5f24c018126333ca2d6609730e1ae17386.tar.gz libbu++-1fa3ca5f24c018126333ca2d6609730e1ae17386.tar.bz2 libbu++-1fa3ca5f24c018126333ca2d6609730e1ae17386.tar.xz libbu++-1fa3ca5f24c018126333ca2d6609730e1ae17386.zip |
Added more comments, help, and socket actually reads and writes some, but it's
not done. I need to decide how I want to do the buffering...
Diffstat (limited to 'src/exceptions.h')
-rw-r--r-- | src/exceptions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/exceptions.h b/src/exceptions.h index b28d292..3efa19f 100644 --- a/src/exceptions.h +++ b/src/exceptions.h | |||
@@ -10,6 +10,7 @@ namespace Bu | |||
10 | subExceptionDecl( FileException ) | 10 | subExceptionDecl( FileException ) |
11 | subExceptionDecl( ConnectionException ) | 11 | subExceptionDecl( ConnectionException ) |
12 | subExceptionDecl( PluginException ) | 12 | subExceptionDecl( PluginException ) |
13 | subExceptionDecl( UnsupportedException ) | ||
13 | 14 | ||
14 | enum eFileException | 15 | enum eFileException |
15 | { | 16 | { |
@@ -19,6 +20,7 @@ namespace Bu | |||
19 | enum eConnectionException | 20 | enum eConnectionException |
20 | { | 21 | { |
21 | excodeReadError, | 22 | excodeReadError, |
23 | excodeWriteError, | ||
22 | excodeBadReadError, | 24 | excodeBadReadError, |
23 | excodeConnectionClosed, | 25 | excodeConnectionClosed, |
24 | excodeSocketTimeout | 26 | excodeSocketTimeout |