You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2013/03/18 13:12:13 UTC

svn commit: r1457727 - in /manifoldcf/branches/CONNECTORS-664/connectors/livelink/build-stub/src/main/java/com/opentext/api: LLSession.java LLValue.java

Author: kwright
Date: Mon Mar 18 12:12:13 2013
New Revision: 1457727

URL: http://svn.apache.org/r1457727
Log:
Add new methods and constants we'll be needing to the stubs.

Modified:
    manifoldcf/branches/CONNECTORS-664/connectors/livelink/build-stub/src/main/java/com/opentext/api/LLSession.java
    manifoldcf/branches/CONNECTORS-664/connectors/livelink/build-stub/src/main/java/com/opentext/api/LLValue.java

Modified: manifoldcf/branches/CONNECTORS-664/connectors/livelink/build-stub/src/main/java/com/opentext/api/LLSession.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-664/connectors/livelink/build-stub/src/main/java/com/opentext/api/LLSession.java?rev=1457727&r1=1457726&r2=1457727&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-664/connectors/livelink/build-stub/src/main/java/com/opentext/api/LLSession.java (original)
+++ manifoldcf/branches/CONNECTORS-664/connectors/livelink/build-stub/src/main/java/com/opentext/api/LLSession.java Mon Mar 18 12:12:13 2013
@@ -27,6 +27,10 @@ public class LLSession extends LLConnect
   {
     super(server,port,null,null);
   }
-  
+
+  public static void GetCARootCerts(String path, LLValue something)
+  {
+  }
+
 }
 

Modified: manifoldcf/branches/CONNECTORS-664/connectors/livelink/build-stub/src/main/java/com/opentext/api/LLValue.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-664/connectors/livelink/build-stub/src/main/java/com/opentext/api/LLValue.java?rev=1457727&r1=1457726&r2=1457727&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-664/connectors/livelink/build-stub/src/main/java/com/opentext/api/LLValue.java (original)
+++ manifoldcf/branches/CONNECTORS-664/connectors/livelink/build-stub/src/main/java/com/opentext/api/LLValue.java Mon Mar 18 12:12:13 2013
@@ -24,6 +24,9 @@ import java.util.*;
 */
 public class LLValue
 {
+  public static final int LL_TRUE = 1;
+  public static final int LL_FALSE = 0;
+  
   public LLValue()
   {
   }