HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_IOContext.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * NAME: UT_IOContext.h
7  *
8  * COMMENTS:
9  *
10  *
11  */
12 
13 #ifndef __UT_IOCONTEXT_H__
14 #define __UT_IOCONTEXT_H__
15 
16 #include "UT_API.h"
17 
18 #include "UT_BoostAsio.h"
19 
21 {
22 public:
23 protected:
24  void onExit_();
25 private:
26  friend class UT_SubSystem;
27 };
28 
29 #endif // __UT_IOCONTEXT_H__
30 
The subsystem to initialize and cleanup UT.
Definition: UT_SubSystem.h:109
#define UT_API
Definition: UT_API.h:14
hboost::asio::io_context ASIO_IOContext
Definition: UT_BoostAsio.h:74