23 #ifndef KDSOAPSERVERAUTHINTERFACE_H 24 #define KDSOAPSERVERAUTHINTERFACE_H 26 #include "KDSoapServerGlobal.h" 27 #include <QtCore/QObject> 29 class KDSoapServerSocket;
61 friend class KDSoapServerSocket;
62 bool handleHttpAuth(
const QByteArray &authValue,
const QString &path);
69 "com.kdab.KDSoap.ServerAuthInterface/1.0")
Definition: KDSoapServerAuthInterface.h:42
Definition: KDSoapAuthentication.h:40