Changeset 75540 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Nov 17, 2018 2:37:19 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/HGCMThread.cpp
r75539 r75540 27 27 #include <iprt/string.h> 28 28 29 #include <new> /* for std:nothrow */ 30 29 31 30 32 /* HGCM uses worker threads, which process messages from other threads. … … 127 129 /** @} */ 128 130 129 inline int Enter 130 inline void Leave 131 132 HGCMMsgCore *FetchFreeListHead 131 inline int Enter(void); 132 inline void Leave(void); 133 134 HGCMMsgCore *FetchFreeListHead(void); 133 135 134 136 protected: 135 virtual ~HGCMThread 137 virtual ~HGCMThread(void); 136 138 137 139 public:
Note:
See TracChangeset
for help on using the changeset viewer.