Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2005-06-07 03:32:39 +0000
committerslewis2005-06-07 03:32:39 +0000
commitc81266c7688d21226bb18bf6a7d4d17a685e883f (patch)
treed260092e6cefada3d7ae4e3999d34c36b30f0c83
parentee2de315d44b129d2fedeaf6527f14235b9ff969 (diff)
downloadorg.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.java6
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

Back to the top