svc_scriptobj.cpp 206 B

12345678910
  1. #include <precomp.h>
  2. #include "svc_scriptobji.h"
  3. #define CBCLASS svc_scriptObjectI
  4. START_DISPATCH;
  5. CB(GETCONTROLLER, getController);
  6. VCB(ONREGISTER, onRegisterClasses);
  7. END_DISPATCH;
  8. #undef CBCLASS