[inline, inherited]
Sets if the data sent in this message is GZipped. Use only on very slow connections.
Definition at line 242 of file FXIPC.h.
References FX::FXIPCMsg::FlagsGZipped.
00242 { if(v) myflags|=FlagsGZipped; else myflags&=~FlagsGZipped; }