Changeset 10381


Ignore:
Timestamp:
2005-08-01T15:08:50+12:00 (19 years ago)
Author:
mdewsnip
Message:

Added another couple of stub functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/remote/RemoteGreenstoneServer.java

    r10378 r10381  
    4949
    5050    static public void downloadCollectionFile(File collection_file)
     51    {
     52    }
     53
     54
     55    static public String getPathRelativeToDirectory(String file_path, String directory_path)
     56    {
     57    return "";
     58    }
     59
     60
     61    static public void sendDeleteFileCommand(String relative_file_path)
    5162    {
    5263    }
Note: See TracChangeset for help on using the changeset viewer.