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/lib/corbaiface.idl

    r2113 r2173  
    208208  void      hasCollection(in corbatext_t corbaCollection, inout boolean has,
    209209               inout corbaComError error);
    210   boolean   ping(in corbatext_t collection, inout corbaComError error);
     210  void      ping(in corbatext_t collection, inout boolean wasSuccess, inout corbaComError error);
    211211  void      getDocument(in corbatext_t collection,
    212212            inout corbaDocRequest request, inout corbaDocResponse response,
Note: See TracChangeset for help on using the changeset viewer.