- Timestamp:
- Apr 11, 2007 1:13:39 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/hgcm/HGCM.cpp
r1788 r2028 1143 1143 int HGCMService::CreateAndConnectClient (uint32_t *pu32ClientIdOut, uint32_t u32ClientIdIn) 1144 1144 { 1145 LogFlowFunc(("pu32ClientIdOut = %p, u32ClientIdIn = %d ", pu32ClientIdOut, u32ClientIdIn));1145 LogFlowFunc(("pu32ClientIdOut = %p, u32ClientIdIn = %d\n", pu32ClientIdOut, u32ClientIdIn)); 1146 1146 1147 1147 /* Allocate a client information structure. */
Note:
See TracChangeset
for help on using the changeset viewer.