Remove csoap.h
This commit is contained in:
@@ -1,11 +0,0 @@
|
|||||||
#ifndef CSOAP_CSOAP_H_
|
|
||||||
#define CSOAP_CSOAP_H_
|
|
||||||
|
|
||||||
// Include all csoap headers.
|
|
||||||
|
|
||||||
#include "csoap/http_client.h"
|
|
||||||
#include "csoap/soap_request.h"
|
|
||||||
#include "csoap/soap_response.h"
|
|
||||||
#include "csoap/xml.h"
|
|
||||||
|
|
||||||
#endif // CSOAP_CSOAP_H_
|
|
||||||
@@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include "boost/lexical_cast.hpp"
|
#include "boost/lexical_cast.hpp"
|
||||||
#include "csoap/csoap.h"
|
|
||||||
|
|
||||||
CalculatorClient::CalculatorClient() {
|
CalculatorClient::CalculatorClient() {
|
||||||
Init();
|
Init();
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
#include "csdm_client.h"
|
#include "csdm_client.h"
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include "boost/lexical_cast.hpp"
|
|
||||||
#include "csoap/csoap.h"
|
|
||||||
|
|
||||||
CsdmClient::CsdmClient() {
|
CsdmClient::CsdmClient() {
|
||||||
Init();
|
Init();
|
||||||
|
|||||||
Reference in New Issue
Block a user