added simple semaphore file mechanism for session directory.
[vamsas.git] / src / org / vamsas / client / object.java
index b4fb8ef..18054b7 100644 (file)
@@ -163,7 +163,7 @@ public abstract class object {
     if (registerable && vorbaId == null) {
       // Try to use the associated factory.
       if (__vorba != null)
-        if ((vorbaId = __vorba.makeVorbaId()) == null)
+        if ((vorbaId = __vorba.makeVorbaId(this)) == null)
           return null; // Factory not valid.
         else {
           this.setInstanceIdField();