Changeset 43584 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Oct 9, 2012 3:01:08 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleImpl.h
r43131 r43584 690 690 void guestPropertiesVRDPUpdateClientAttach(uint32_t u32ClientId, bool fAttached); 691 691 void guestPropertiesVRDPUpdateNameChange(uint32_t u32ClientId, const char *pszName); 692 void guestPropertiesVRDPUpdateIPAddrChange(uint32_t u32ClientId, const char *pszIPAddr); 693 void guestPropertiesVRDPUpdateLocationChange(uint32_t u32ClientId, const char *pszLocation); 694 void guestPropertiesVRDPUpdateOtherInfoChange(uint32_t u32ClientId, const char *pszOtherInfo); 692 695 void guestPropertiesVRDPUpdateDisconnect(uint32_t u32ClientId); 693 696 #endif
Note:
See TracChangeset
for help on using the changeset viewer.