MagicSmoke  $VERSION$
srcMTDeleteHost.h
Go to the documentation of this file.
1 //BEGIN OF AUTOMATICALLY GENERATED FILE
2 //DO NOT EDIT THIS FILE DIRECTLY, USE THE XML SOURCE!
3 #ifndef WOBGEN_MTDeleteHost
4 #define WOBGEN_MTDeleteHost
5 
6 
7 #ifndef WOBGEN_MAGICSMOKE__WOB_EXPORT
8 #define WOBGEN_MAGICSMOKE__WOB_EXPORT Q_DECL_IMPORT
9 #endif
10 
11 #include "MTransaction"
12 
14 
17 {
18  Q_OBJECT
19  private:
21  friend class MTDeleteHost_Private;
22  protected:
26  explicit MTDeleteHost(const QString &aname,QString iface);
27  public:
29  MTDeleteHost();
31  MTDeleteHost(const MTDeleteHost&);
33  MTDeleteHost& operator=(const MTDeleteHost&);
35  virtual ~MTDeleteHost();
36  private:
37  void netquery();
38  void asyncnetquery();
39  QByteArray encodeData();
40  void decodeData(QByteArray);
41  protected:
42  virtual void endQuery();
43  public:
47  static MTDeleteHost query(const QString &aname,QString iface="MagicSmoke");
51  static MTDeleteHost asyncQuery(const QString &aname,QString iface="MagicSmoke");
52 };
53 
55 
56 //END OF AUTOMATICALLY GENERATED FILE
57 #endif
Deletes a host from which users can log in. If the host has been used, then users will lose the abili...
Definition: srcMTDeleteHost.h:16
Definition: transaction.h:25
Definition: srcMTDeleteHost.cpp:12
friend class MTDeleteHost
Definition: srcMTDeleteHost.cpp:15
Q_DECLARE_METATYPE(QDomNode)
#define WOBGEN_MAGICSMOKE__WOB_EXPORT
Definition: srcMTDeleteHost.h:8