ITS
LSReplyPacket.h
Go to the documentation of this file.
1 
13 #ifndef LSReplyPacket_H
14 #define LSReplyPacket_H
15 
16 #include <QObject>
17 #include <GUCPacket.h>
18 
19 class LSReplyPacket : public GUCPacket
20 {
21 public:
23 };
24 
25 #endif // LSReplyPacket_H
GUC packet structure.
GUCPacket()
GUCPacket GUCPacket constructor.
Definition: GUCPacket.cpp:3