diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-06-07 15:23:05 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-06-07 15:23:05 +0000 |
commit | 8159773193ab95b7b35aec8cba4cc03f473c0dda (patch) | |
tree | dd0ec9401db8dd8b588465a62fa6662c4f523cc3 /cppe/include/IceE/ObjectAdapter.h | |
parent | IceGrid Win32 fixes (diff) | |
download | ice-8159773193ab95b7b35aec8cba4cc03f473c0dda.tar.bz2 ice-8159773193ab95b7b35aec8cba4cc03f473c0dda.tar.xz ice-8159773193ab95b7b35aec8cba4cc03f473c0dda.zip |
Fixed bug 1042
Diffstat (limited to 'cppe/include/IceE/ObjectAdapter.h')
-rwxr-xr-x | cppe/include/IceE/ObjectAdapter.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cppe/include/IceE/ObjectAdapter.h b/cppe/include/IceE/ObjectAdapter.h index 3444c8c5192..c3c480b0252 100755 --- a/cppe/include/IceE/ObjectAdapter.h +++ b/cppe/include/IceE/ObjectAdapter.h @@ -54,7 +54,6 @@ public: void waitForHold(); void deactivate(); void waitForDeactivate(); - void destroy(); ObjectPrx add(const ObjectPtr&, const Identity&); ObjectPrx addFacet(const ObjectPtr&, const Identity&, const std::string&); |