diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2007-01-08 17:39:03 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2007-01-08 17:39:03 +0000 |
commit | b9c51083302aa66a840d9a6f176671ad5f37dadd (patch) | |
tree | 02e1f15cad1e539c2cacbf692ffae0cd40029ebf /cs/src/Ice/ObjectAdapterFactory.cs | |
parent | - Fixing bug 800. (diff) | |
download | ice-b9c51083302aa66a840d9a6f176671ad5f37dadd.tar.bz2 ice-b9c51083302aa66a840d9a6f176671ad5f37dadd.tar.xz ice-b9c51083302aa66a840d9a6f176671ad5f37dadd.zip |
Added Communicator::isShutdown() and ObjectAdapter::isDeactivated()
Diffstat (limited to 'cs/src/Ice/ObjectAdapterFactory.cs')
-rwxr-xr-x | cs/src/Ice/ObjectAdapterFactory.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cs/src/Ice/ObjectAdapterFactory.cs b/cs/src/Ice/ObjectAdapterFactory.cs index 2f561decbc4..8ece4d3b46d 100755 --- a/cs/src/Ice/ObjectAdapterFactory.cs +++ b/cs/src/Ice/ObjectAdapterFactory.cs @@ -93,6 +93,14 @@ namespace IceInternal } } + public bool isShutdown() + { + lock(this) + { + return instance_ == null; + } + } + public void destroy() { // |