void FX::FXIPCMsg::setGZipped ( bool  v  )  throw () [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; }


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:38:09 2009 for TnFOX by doxygen v1.4.7