Overte C++ Documentation
AppNapDisabler.h
1 //
2 // AppNapDisabler.h
3 // interface/src
4 //
5 // Copyright 2019 High Fidelity, Inc.
6 //
7 // Distributed under the Apache License, Version 2.0.
8 // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
9 //
10 
11 #ifndef hifi_AppNapDisabler_h
12 #define hifi_AppNapDisabler_h
13 
14 #import <objc/objc-runtime.h>
15 
16 class AppNapDisabler {
17 public:
18  AppNapDisabler();
19  ~AppNapDisabler();
20 private:
21  id _activity;
22 };
23 
24 #endif // hifi_AppNapDisabler_h