From: Karel G. <kg...@us...> - 2001-12-14 16:25:19
|
Update of /cvsroot/micomt/mico/orb In directory usw-pr-cvs1:/tmp/cvs-serv15228/orb Modified Files: ssl.cc Log Message: - fixed ssl support Index: ssl.cc =================================================================== RCS file: /cvsroot/micomt/mico/orb/ssl.cc,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** ssl.cc 2001/10/26 20:00:02 1.8 --- ssl.cc 2001/12/14 16:25:17 1.9 *************** *** 509,513 **** void ! MICOSSL::SSLTransport::callback (CORBA::Transport *, Event ev) { switch (ev) { --- 509,513 ---- void ! MICOSSL::SSLTransport::callback (CORBA::Transport *, CORBA::TransportCallback::Event ev) { switch (ev) { *************** *** 700,704 **** void ! MICOSSL::SSLTransportServer::callback (CORBA::TransportServer *, Event ev) { switch (ev) { --- 700,704 ---- void ! MICOSSL::SSLTransportServer::callback (CORBA::TransportServer *, CORBA::TransportServerCallback::Event ev) { switch (ev) { |