blob: 38bb15e3a04966c6e4694e40cdba38b275341b48 (
plain) (
blame)
1
2
3
4
5
6
7
|
#include "ifc_messageprocessori.h"
#define CBCLASS ifc_messageprocessorI
START_DISPATCH;
CB(IFC_MESSAGEPROCESSOR_PROCESS_MESSAGE, ProcessMessage)
END_DISPATCH;
#undef CBCLASS
|