#pragma once //service model template built on top of shared-memory #include #if defined(API_POSIX) && !defined(PLATFORM_HORIZON) #include #endif #if defined(API_WINDOWS) || defined(PLATFORM_HORIZON) #include #endif