#ifndef NALL_SERVICE_HPP #define NALL_SERVICE_HPP //service model template built on top of shared-memory #include #if defined(PLATFORM_POSIX) #include #endif #if defined(PLATFORM_WINDOWS) #include #endif #endif