ifc_messageprocessori.cpp 176 B

1234567
  1. #include "ifc_messageprocessori.h"
  2. #define CBCLASS ifc_messageprocessorI
  3. START_DISPATCH;
  4. CB(IFC_MESSAGEPROCESSOR_PROCESS_MESSAGE, ProcessMessage)
  5. END_DISPATCH;
  6. #undef CBCLASS