Changeset 1584

Show
Ignore:
Timestamp:
05/20/08 10:58:30 (3 months ago)
Author:
xkovah
Message:

good…enabled the real soap serving code and it still works…now we need to see whether it can call the right functions

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • capture-mod/trunk/MySoapServer.cpp

    r1583 r1584  
    1616MySoapServer::run(){ 
    1717 
    18 /*   struct soap soap; 
     18   struct soap soap; 
    1919   SOCKET m, s; // master and slave sockets 
    2020   soap_init(&soap); 
     
    4343   } 
    4444   soap_done(&soap); // close master socket and detach environment 
    45 */ 
     45 
    4646} 
    4747 
  • capture-mod/trunk/MySoapServer.h

    r1583 r1584  
    1 //#include "calc.h" 
     1#include "calc.h" 
    22#include "Thread.h" 
    33