diff options
author | Bernard Normier <bernard@zeroc.com> | 2006-08-11 20:22:11 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2006-08-11 20:22:11 +0000 |
commit | d52aa8985079e59a31e54f23208a9c5250cea4a0 (patch) | |
tree | d9ade13b5a14741d9ee6f4201eefc748d4204d13 /cpp/demo/Database/Oracle/proc/DeptI.h | |
parent | Fixed Sun CC build (diff) | |
download | ice-d52aa8985079e59a31e54f23208a9c5250cea4a0.tar.bz2 ice-d52aa8985079e59a31e54f23208a9c5250cea4a0.tar.xz ice-d52aa8985079e59a31e54f23208a9c5250cea4a0.zip |
Bug fixes
Diffstat (limited to 'cpp/demo/Database/Oracle/proc/DeptI.h')
-rw-r--r-- | cpp/demo/Database/Oracle/proc/DeptI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Database/Oracle/proc/DeptI.h b/cpp/demo/Database/Oracle/proc/DeptI.h index 57ab29e932b..05c887e3538 100644 --- a/cpp/demo/Database/Oracle/proc/DeptI.h +++ b/cpp/demo/Database/Oracle/proc/DeptI.h @@ -19,7 +19,7 @@ public: DeptI(const CurrentSqlContext&, const std::string&); - virtual void ice_ping(const Ice::Current&); + virtual void ice_ping(const Ice::Current&) const; virtual HR::EmpPrx createEmp(int, const HR::EmpDesc&, const Ice::Current&); |