broken service context code

Bill Janssen janssen@parc.xerox.com
Mon, 6 Oct 1997 20:06:53 PDT


Sure enough, the following from giopServer.cc/GIOP_S::HandleRequest()
seems to be inappropriate:

    // XXX Do not support any service context yet, 
    // XXX For the moment, skips the service context
    CORBA::ULong svcctxtsize;
    svcctxtsize <<= *this;
    skip(svcctxtsize);