Compare commits
2 Commits
949edb1f68
...
d6734e1954
| Author | SHA1 | Date | |
|---|---|---|---|
| d6734e1954 | |||
| 1ef5152af2 |
@@ -62,9 +62,6 @@ namespace CDUtils {
|
||||
# pragma pack(pop)
|
||||
|
||||
|
||||
inline PIByteArray & operator <<(PIByteArray & s, const PacketHeader & v) {s << v.type << v.session_id; return s;}
|
||||
inline PIByteArray & operator >>(PIByteArray & s, PacketHeader & v) {s >> v.type >> v.session_id; return s;}
|
||||
|
||||
inline PIByteArray & operator <<(PIByteArray & s, const PacketKDirectChange & v) {s << v.path << v.value; return s;}
|
||||
inline PIByteArray & operator >>(PIByteArray & s, PacketKDirectChange & v) {s >> v.path >> v.value; return s;}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user