#ifdef __cplusplus extern "C" { #endif #pragma once // Opaque type definition for $classname typedef struct THttpServer_tag THttpServer_t;typedef THttpServer_t * THttpServer_p;typedef THttpServer_t const* const_THttpServer_p; #ifdef __cplusplus } #endif