17 #ifndef KDSOAPENDPOINTREFERENCE_H 18 #define KDSOAPENDPOINTREFERENCE_H 20 #include "KDSoapGlobal.h" 21 #include "KDSoapValue.h" 23 #include <QSharedDataPointer> 25 class KDSoapEndpointReferenceData;
61 QString address()
const;
67 void setAddress(
const QString &address);
78 void setReferenceParameters(
const KDSoapValueList &referenceParameters);
97 QSharedDataPointer<KDSoapEndpointReferenceData> d;
100 #endif // KDSOAPENDPOINTREFERENCE_H Definition: KDSoapEndpointReference.h:33
Definition: KDSoapValue.h:330