Changeset 71716 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Apr 6, 2018 6:16:30 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/RpcChannelHook.h
r71160 r71716 26 26 27 27 28 typedef void *PRPC_CHANNEL_HOOK;28 typedef void *PRPC_CHANNEL_HOOK; 29 29 30 30 // {CEDA3E95-A46A-4C41-AA01-EFFD856E455C} … … 32 32 { 0xceda3e95, 0xa46a, 0x4c41,{ 0xaa, 0x1, 0xef, 0xfd, 0x85, 0x6e, 0x45, 0x5c } }; 33 33 34 #if defined(__cplusplus) 35 extern "C" 36 { 37 #endif // #if defined(__cplusplus) 38 39 // C wrapper for using in proxy 40 void SetupClientRpcChannelHook(void); 41 42 #if defined(__cplusplus) 43 } 44 #endif // #if defined(__cplusplus) 34 RT_C_DECLS_BEGIN 35 // C wrapper for using in proxy 36 void SetupClientRpcChannelHook(void); 37 RT_C_DECLS_END 45 38 46 39 … … 78 71 protected: 79 72 const GUID m_ChannelHookID; 80 static volatile bool s_ bChannelRegistered;81 static volatile bool s_ bVBpoxSDSCalledOnce;73 static volatile bool s_fChannelRegistered; 74 static volatile bool s_fVBpoxSDSCalledOnce; 82 75 static CRpcChannelHook s_RpcChannelHook; 83 76
Note:
See TracChangeset
for help on using the changeset viewer.