blob: 44f25d2495ccc499e8b233c5814b851deba2444d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#include <precomp.h>
#include "svc_imggen.h"
#define CBCLASS svc_imageGeneratorI
START_DISPATCH;
CB(TESTDESC, testDesc);
CB(GENIMAGE, genImage);
CB(OUTPUTCACHEABLE, outputCacheable);
END_DISPATCH;
#undef CBCLASS
|