initial commit
This commit is contained in:
commit
9d20827c46
2469 changed files with 470994 additions and 0 deletions
20
iris-legacy/iris/xmpp-core/td.h
Normal file
20
iris-legacy/iris/xmpp-core/td.h
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
#ifndef TESTDEBUG_H
|
||||
#define TESTDEBUG_H
|
||||
|
||||
#include <qdom.h>
|
||||
|
||||
class TD
|
||||
{
|
||||
public:
|
||||
TD();
|
||||
~TD();
|
||||
|
||||
static void msg(const QString &);
|
||||
static void outgoingTag(const QString &);
|
||||
static void incomingTag(const QString &);
|
||||
static void outgoingXml(const QDomElement &);
|
||||
static void incomingXml(const QDomElement &);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in a new issue