diff options
author | deva <deva> | 2009-11-13 11:00:08 +0000 |
---|---|---|
committer | deva <deva> | 2009-11-13 11:00:08 +0000 |
commit | d7c7c961e8c35c2d8587ec7f60aac5e309284a97 (patch) | |
tree | 3f1b4fb382a7ece23c944eeeca2e8eb61f1d25aa /client/netcom.h | |
parent | 90fe99277f0300eb7f0b80545d6a21f94198d45f (diff) |
Added SessionIDs to http communication. Made SAXParser run on const char*.
Diffstat (limited to 'client/netcom.h')
-rw-r--r-- | client/netcom.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/netcom.h b/client/netcom.h index f1a8766..718d5a6 100644 --- a/client/netcom.h +++ b/client/netcom.h @@ -64,6 +64,7 @@ private: QHttp http; QByteArray buffer; + QString sessionid; }; #endif/*__PRACRO_NETCOM_H__*/ |