fExpectedReply
uint32 fExpectedReply;
if (request->GetType() == fExpectedReply) {
uint32 fExpectedReply;
if (!fAcceptAnyRequest && request->GetType() != fExpectedReply) {
request->GetType(), fExpectedReply));
if (fExpectReply && request->GetType() == fExpectedReply) {
uint32 fExpectedReply;