[inline]
Sets functions to be called for info&error messages in case no listener is provided.
Definition at line 161 of file Channel.h.
References mFpError, and mFpInfo.
00162 { 00163 mFpInfo = fpInfo; 00164 mFpError = fpError; 00165 }