7 class __declspec(dllexport) OwnerServiceGlobal :
public OwnerService {
9 static OwnerServiceGlobal& instance(
void);
13 OwnerServiceGlobal() : OwnerService() {};
14 virtual ~OwnerServiceGlobal() {};
16 OwnerServiceGlobal(
const OwnerServiceGlobal&) =
delete;
17 OwnerServiceGlobal& operator = (
const OwnerServiceGlobal&) =
delete;