diff options
| author | slewis | 2005-06-07 03:32:39 +0000 |
|---|---|---|
| committer | slewis | 2005-06-07 03:32:39 +0000 |
| commit | c81266c7688d21226bb18bf6a7d4d17a685e883f (patch) | |
| tree | d260092e6cefada3d7ae4e3999d34c36b30f0c83 | |
| parent | ee2de315d44b129d2fedeaf6527f14235b9ff969 (diff) | |
| download | org.eclipse.ecf-c81266c7688d21226bb18bf6a7d4d17a685e883f.tar.gz org.eclipse.ecf-c81266c7688d21226bb18bf6a7d4d17a685e883f.tar.xz org.eclipse.ecf-c81266c7688d21226bb18bf6a7d4d17a685e883f.zip | |
Removed ISharedObjectManager.isGroupServer. Superfluous with isGroupManager.
| -rw-r--r-- | framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/ISharedObjectContainer.java | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/ISharedObjectContainer.java b/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/ISharedObjectContainer.java index 616cccc9a..21d964f47 100644 --- a/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/ISharedObjectContainer.java +++ b/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/ISharedObjectContainer.java @@ -105,12 +105,6 @@ public interface ISharedObjectContainer { public boolean isGroupManager(); /** - * @return true if this ISharedObjectContainer instance is in a server role - * for the group, false otherwise - */ - public boolean isGroupServer(); - - /** * Get SharedObjectManager for this container * * @return ISharedObjectManager for this container instance |
