diff options
| author | slewis | 2005-07-05 05:29:07 +0000 |
|---|---|---|
| committer | slewis | 2005-07-05 05:29:07 +0000 |
| commit | 9f167ce0172a8f9914d1d65b68f7150268bd12ab (patch) | |
| tree | aa332788d6674b5e6451116745ff9d4b8fa37b90 | |
| parent | f9e6d26678870576a94a7f6fd1a4075217d33052 (diff) | |
| download | org.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.java | 1 |
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; |
