Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2005-07-05 05:29:07 +0000
committerslewis2005-07-05 05:29:07 +0000
commit9f167ce0172a8f9914d1d65b68f7150268bd12ab (patch)
treeaa332788d6674b5e6451116745ff9d4b8fa37b90
parentf9e6d26678870576a94a7f6fd1a4075217d33052 (diff)
downloadorg.eclipse.ecf-9f167ce0172a8f9914d1d65b68f7150268bd12ab.tar.gz
org.eclipse.ecf-9f167ce0172a8f9914d1d65b68f7150268bd12ab.tar.xz
org.eclipse.ecf-9f167ce0172a8f9914d1d65b68f7150268bd12ab.zip
Minor update
-rw-r--r--framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/ISharedObjectManager.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/ISharedObjectManager.java b/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/ISharedObjectManager.java
index 105299c89..9a83c9526 100644
--- a/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/ISharedObjectManager.java
+++ b/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/ISharedObjectManager.java
@@ -72,6 +72,7 @@ public interface ISharedObjectManager {
* @throws SharedObjectCreateException
* if the SharedObject cannot be created
*/
+
public ID createSharedObject(SharedObjectDescription sd,
ISharedObjectContainerTransaction trans)
throws SharedObjectCreateException;

Back to the top