Changeset 10512


Ignore:
Timestamp:
2005-08-15T17:02:00+12:00 (19 years ago)
Author:
mdewsnip
Message:

Made the appropriate changes to the RemoteGreenstoneServer stub functions to keep everything compiling.

File:
1 edited

Legend:

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

    r10393 r10512  
    4848
    4949
    50     static public void downloadCollectionFile(File collection_file)
     50    static public void downloadCollectionFile(String collection_name, File collection_file)
    5151    {
    5252    }
     
    5959
    6060
    61     static public void sendDeleteFileCommand(String relative_file_path)
    62     {
    63     }
    64 
    65 
    66     static public void uploadCollectionFile(File collection_file)
    67     {
    68     }
    69 
    70 
    71     static public void uploadCollectionFiles(File[] collection_files)
     61    static public void deleteCollectionFile(String collection_name, String relative_file_path)
     62    {
     63    }
     64
     65
     66    static public void uploadCollectionFile(String collection_name, File collection_file)
     67    {
     68    }
     69
     70
     71    static public void uploadCollectionFiles(String collection_name, File[] collection_files)
    7272    {
    7373    }
Note: See TracChangeset for help on using the changeset viewer.