diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-01-12 22:42:26 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-01-12 22:42:26 +0000 |
commit | 5520fc91a4b57824535909ae5c088e0137373421 (patch) | |
tree | 72ce71f1d73d14c753fb4a395415d0044cc15bef /cpp/demo/Database/Oracle/proc/Util.h | |
parent | adding ice for ruby to VC 6.0 installer, removing .net stuff from VS 2003 (diff) | |
download | ice-5520fc91a4b57824535909ae5c088e0137373421.tar.bz2 ice-5520fc91a4b57824535909ae5c088e0137373421.tar.xz ice-5520fc91a4b57824535909ae5c088e0137373421.zip |
various improvements
Diffstat (limited to 'cpp/demo/Database/Oracle/proc/Util.h')
-rw-r--r-- | cpp/demo/Database/Oracle/proc/Util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/demo/Database/Oracle/proc/Util.h b/cpp/demo/Database/Oracle/proc/Util.h index b91589cc919..df2aafc78e6 100644 --- a/cpp/demo/Database/Oracle/proc/Util.h +++ b/cpp/demo/Database/Oracle/proc/Util.h @@ -10,10 +10,12 @@ #ifndef UTIL_H #define UTIL_H +#include <Ice/Ice.h> #include <string> #include <sqlca.h> void handleSqlError(const struct sqlca&, sql_context); +void handleNotFound(const Ice::Current&, sql_context); int decodeName(const std::string&); |