DBus-1-TQt 1.0
tqdbusmessage_p.h
Go to the documentation of this file.
1/* qdbusmessage.h TQT_DBusMessage private object
2 *
3 * Copyright (C) 2005 Harald Fernengel <harry@kdevelop.org>
4 * Copyright (C) 2005 Kevin Krammer <kevin.krammer@gmx.at>
5 *
6 * Licensed under the Academic Free License version 2.1
7 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
21 * USA.
22 *
23 */
24
25#ifndef TQDBUSMESSAGE_P_H
26#define TQDBUSMESSAGE_P_H
27
28#include <tqstring.h>
29
30#include "tqdbusatomic.h"
31#include "tqdbuserror.h"
32
33struct DBusMessage;
34
36{
37public:
40
43 DBusMessage *msg;
44 DBusMessage *reply;
46 int type;
48 // FIXME-QT4 TQAtomic ref;
50};
51
52#endif
Class for transporting D-Bus errors.
Definition: tqdbuserror.h:41
A message converts and transports data over D-Bus.
TQT_DBusMessage * q
TQT_DBusMessagePrivate(TQT_DBusMessage *qq)