1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
soapServer.cpp: In function int soap_serve(soap*):
soapServer.cpp:52: erreur: soap_serve_request was not declared in this scope
soapServer.cpp: In function int soap_serve_request(soap*):
soapServer.cpp:77: erreur: soap_serve_ns2__add was not declared in this scope
soapServer.cpp:79: erreur: soap_serve_ns2__sub was not declared in this scope
soapServer.cpp:81: erreur: soap_serve_ns2__mul was not declared in this scope
soapServer.cpp:83: erreur: soap_serve_ns2__div was not declared in this scope
soapServer.cpp: In function int soap_serve_ns2__add(soap*):
soapServer.cpp:100: erreur: no matching function for call to ns2__add::ns2__add(soap*&, double&, double&, double&)
soapStub.h:44: note: candidats sont: ns2__add::ns2__add()
soapStub.h:44: note: ns2__add::ns2__add(const ns2__add&)
soapServer.cpp: In function int soap_serve_ns2__sub(soap*):
soapServer.cpp:141: erreur: no matching function for call to ns2__sub::ns2__sub(soap*&, double&, double&, double&)
soapStub.h:65: note: candidats sont: ns2__sub::ns2__sub()
soapStub.h:65: note: ns2__sub::ns2__sub(const ns2__sub&)
soapServer.cpp: In function int soap_serve_ns2__mul(soap*):
soapServer.cpp:182: erreur: no matching function for call to ns2__mul::ns2__mul(soap*&, double&, double&, double&)
soapStub.h:86: note: candidats sont: ns2__mul::ns2__mul()
soapStub.h:86: note: ns2__mul::ns2__mul(const ns2__mul&)
soapServer.cpp: In function int soap_serve_ns2__div(soap*):
soapServer.cpp:223: erreur: no matching function for call to ns2__div::ns2__div(soap*&, double&, double&, double&)
soapStub.h:107: note: candidats sont: ns2__div::ns2__div()
soapStub.h:107: note: ns2__div::ns2__div(const ns2__div&)
soapServer.cpp: In function int soap_serve(soap*):
soapServer.cpp:52: erreur: soap_serve_request was not declared in this scope
soapServer.cpp: In function int soap_serve_request(soap*):
soapServer.cpp:77: erreur: soap_serve_ns2__add was not declared in this scope
soapServer.cpp:79: erreur: soap_serve_ns2__sub was not declared in this scope
soapServer.cpp:81: erreur: soap_serve_ns2__mul was not declared in this scope
soapServer.cpp:83: erreur: soap_serve_ns2__div was not declared in this scope
soapServer.cpp: In function int soap_serve_ns2__add(soap*):
soapServer.cpp:100: erreur: no matching function for call to ns2__add::ns2__add(soap*&, double&, double&, double&)
soapStub.h:44: note: candidats sont: ns2__add::ns2__add()
soapStub.h:44: note: ns2__add::ns2__add(const ns2__add&)
soapServer.cpp: In function int soap_serve_ns2__sub(soap*):
soapServer.cpp:141: erreur: no matching function for call to ns2__sub::ns2__sub(soap*&, double&, double&, double&)
soapStub.h:65: note: candidats sont: ns2__sub::ns2__sub()
soapStub.h:65: note: ns2__sub::ns2__sub(const ns2__sub&)
soapServer.cpp: In function int soap_serve_ns2__mul(soap*):
soapServer.cpp:182: erreur: no matching function for call to ns2__mul::ns2__mul(soap*&, double&, double&, double&)
soapStub.h:86: note: candidats sont: ns2__mul::ns2__mul()
soapStub.h:86: note: ns2__mul::ns2__mul(const ns2__mul&)
soapServer.cpp: In function int soap_serve_ns2__div(soap*):
soapServer.cpp:223: erreur: no matching function for call to ns2__div::ns2__div(soap*&, double&, double&, double&)
soapStub.h:107: note: candidats sont: ns2__div::ns2__div()
soapStub.h:107: note: ns2__div::ns2__div(const ns2__div&)
soapwebserverObject.h: In member function virtual int webserverService::serve():
soapwebserverObject.h:37: erreur: soap_serve was not declared in this scope |
Partager