Changeset 1714 in vbox for trunk/src/VBox/Main/hgcm
- Timestamp:
- Mar 27, 2007 8:56:10 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 19867
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/hgcm/HGCM.cpp
r1713 r1714 89 89 90 90 HGCMTHREADHANDLE m_thread; 91 friend staticDECLCALLBACK(void) hgcmServiceThread (HGCMTHREADHANDLE ThreadHandle, void *pvUser);91 friend DECLCALLBACK(void) hgcmServiceThread (HGCMTHREADHANDLE ThreadHandle, void *pvUser); 92 92 93 93 uint32_t volatile m_u32RefCnt; … … 432 432 * The service thread. Loads the service library and calls the service entry points. 433 433 */ 434 staticDECLCALLBACK(void) hgcmServiceThread (HGCMTHREADHANDLE ThreadHandle, void *pvUser)434 DECLCALLBACK(void) hgcmServiceThread (HGCMTHREADHANDLE ThreadHandle, void *pvUser) 435 435 { 436 436 HGCMService *pSvc = (HGCMService *)pvUser;
Note:
See TracChangeset
for help on using the changeset viewer.