#pragma once #include "XNServiceGenServer_global.h" #include extern "C" XNSERVICEGENSERVER_EXPORT int XNServiceCodeGen(const char *className, int classNameLen, const char *version, int versionLen, char *errorMsg, int errorMsgLen); extern "C" XNSERVICEGENSERVER_EXPORT int XNServiceCodeZip(const char *className, int classNameLen, const char *version, int versionLen, char *dstPath, int dstPathLen, char *errorMsg, int errorMsgLen); extern "C" XNSERVICEGENSERVER_EXPORT int XNServiceCodeUnzip(const char *className, int classNameLen, const char *version, int versionLen, const char *srcPath, int srcPathLen, char *errorMsg, int errorMsgLen); extern "C" XNSERVICEGENSERVER_EXPORT int XNServiceCodeCompile(const char *className, int classNameLen, const char *version, int versionLen, char *errorMsg, int errorMsgLen);