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/corbaServer.mpp

    r2126 r2173  
    187187  }
    188188
    189   CORBA::Boolean ping(const struct corbatext_t &corbaCollect, corbaComError &corbaError)
     189  void ping(const struct corbatext_t &corbaCollect, CORBA::Boolean &wasSuccess, corbaComError &corbaError)
    190190  {
    191191    text_t collection;
     
    200200
    201201    corbaError = (corbaComError) error;
    202     logout.close();
    203 
    204     return success;
     202    wasSuccess = (CORBA::Boolean) success;
     203    logout.close();
    205204  }
    206205
Note: See TracChangeset for help on using the changeset viewer.