svc_imggen.cpp 220 B

1234567891011
  1. #include <precomp.h>
  2. #include "svc_imggen.h"
  3. #define CBCLASS svc_imageGeneratorI
  4. START_DISPATCH;
  5. CB(TESTDESC, testDesc);
  6. CB(GENIMAGE, genImage);
  7. CB(OUTPUTCACHEABLE, outputCacheable);
  8. END_DISPATCH;
  9. #undef CBCLASS