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