Subversion Repositories Projects

Rev

Rev 674 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 674 Rev 711
Line 21... Line 21...
21
 
21
 
Line 22... Line 22...
22
#include <QString>
22
#include <QString>
23
 
23
 
24
struct sConnection
24
struct sConnection
25
{
25
{
26
    bool Open;
26
//    bool Open;
-
 
27
    bool TCP;
27
    bool TCP;
28
    bool UDP;
-
 
29
//    bool Auth;
-
 
30
    QString Fields;
28
    bool UDP;
31
    QString Version;
29
    QString Fields;
32
 
Line 30... Line 33...
30
    bool Auth;
33
    int Status;