Ignore:
Timestamp:
2000-09-07T09:49:07+12:00 (24 years ago)
Author:
davidb
Message:

Improvements to corba implementation so images within a collection
are handled better and images in the remote site but not in the local
site are cached locally.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/corba/gsdl/src/recpt/nullproto.h

    r1067 r1509  
    4444  // add_collectserver should be called for each collection server
    4545  // before any configuration is done
    46   void set_collectset(collectset *set)
    47     { this->cset = set;
    48     }
     46  void set_collectset(collectset *set) { this->cset = set; }
    4947
    5048  // this configure will configure each of the collection servers
     
    5351  // this init will init each of the collection servers
    5452  bool init (ostream &logout);
     53
     54  text_t get_site_name ();
    5555
    5656  text_t get_protocol_name ();
Note: See TracChangeset for help on using the changeset viewer.