Author: kwright
Date: Wed Jun 12 18:48:32 2013
New Revision: 1492361

URL: http://svn.apache.org/r1492361
Log:
Add FetchVersion to livelink api build stubs.

Modified:
    
manifoldcf/branches/CONNECTORS-714/connectors/livelink/build-stub/src/main/java/com/opentext/api/LAPI_DOCUMENTS.java

Modified: 
manifoldcf/branches/CONNECTORS-714/connectors/livelink/build-stub/src/main/java/com/opentext/api/LAPI_DOCUMENTS.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-714/connectors/livelink/build-stub/src/main/java/com/opentext/api/LAPI_DOCUMENTS.java?rev=1492361&r1=1492360&r2=1492361&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-714/connectors/livelink/build-stub/src/main/java/com/opentext/api/LAPI_DOCUMENTS.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-714/connectors/livelink/build-stub/src/main/java/com/opentext/api/LAPI_DOCUMENTS.java
 Wed Jun 12 18:48:32 2013
@@ -53,6 +53,11 @@ public class LAPI_DOCUMENTS
     return 0;
   }
   
+  public int FetchVersion(int vol, int id, int revNumber, java.io.OutputStream 
output)
+  {
+    return 0;
+  }
+
   public int GetObjectRights(int vol, int objID, LLValue objinfo)
   {
     return 0;


Reply via email to