Ignore:
Timestamp:
2001-03-14T04:15:23+13:00 (23 years ago)
Author:
cs025
Message:

Improvements to configure scripts in their support of various MICO
environment considerations, particularly when MICO is on the system
paths.

Fixed CORBA version of ping to correspond with parameters etc. of the
native form.

Finally, improved PING action to be more than a simple call to
the HASCOLLECTION action in the null protocol.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/colservr/collectserver.h

    r1860 r2173  
    9898  text_t get_collection_name () {return configinfo.collection;}
    9999
     100  // ping indicates whether the collection has appropriate data structures
     101  // to be active or not
     102  void ping(bool &wasSuccess, comerror_t &err, ostream &logout);
     103
    100104  // init should be called after the collection name has been set and
    101105  // all initialisation is done. init returns true if the initialisation
Note: See TracChangeset for help on using the changeset viewer.