Changeset 41474 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- May 29, 2012 10:05:03 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r41352 r41474 1169 1169 LogFlowFunc(("%s\n", pszStatus)); 1170 1170 1171 #ifdef VBOX_WITH_GUEST_PROPS 1171 1172 /* Parse the status string. */ 1172 1173 if (RTStrICmp(pszStatus, "ATTACH") == 0) … … 1182 1183 guestPropertiesVRDPUpdateNameChange(u32ClientId, pszStatus + strlen("NAME=")); 1183 1184 } 1185 #endif 1184 1186 1185 1187 LogFlowFuncLeave();
Note:
See TracChangeset
for help on using the changeset viewer.