3 #ifndef WOBGEN_MTSetUserHosts
4 #define WOBGEN_MTSetUserHosts
7 #ifndef WOBGEN_MAGICSMOKE__WOB_EXPORT
8 #define WOBGEN_MAGICSMOKE__WOB_EXPORT Q_DECL_IMPORT
11 #include "MTransaction"
27 explicit MTSetUserHosts(
const QString &ausername,
const QList<QString> &ahosts,QString iface);
40 QByteArray encodeData();
41 void decodeData(QByteArray);
43 virtual void endQuery();
49 static MTSetUserHosts query(
const QString &ausername,
const QList<QString> &ahosts,QString iface=
"MagicSmoke");
54 static MTSetUserHosts asyncQuery(
const QString &ausername,
const QList<QString> &ahosts,QString iface=
"MagicSmoke");
Changes the hosts a user may log in from.
Definition: srcMTSetUserHosts.h:16
friend class MTSetUserHosts
Definition: srcMTSetUserHosts.cpp:15
Definition: transaction.h:25
Q_DECLARE_METATYPE(QDomNode)
#define WOBGEN_MAGICSMOKE__WOB_EXPORT
Definition: srcMTSetUserHosts.h:8
Definition: srcMTSetUserHosts.cpp:12