Changeset 55541 in vbox
- Timestamp:
- Apr 30, 2015 10:19:00 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/include/GuestSessionImpl.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestSessionImpl.h
r55535 r55541 414 414 int i_fileQuerySizeInternal(const Utf8Str &strPath, int64_t *pllSize, int *pGuestRc); 415 415 int i_fsQueryInfoInternal(const Utf8Str &strPath, GuestFsObjData &objData, int *pGuestRc); 416 const GuestCredentials &i_getCredentials(void);417 const GuestEnvironment &i_getEnvironment(void);416 const GuestCredentials &i_getCredentials(void); 417 const GuestEnvironment &i_getEnvironment(void); 418 418 EventSource *i_getEventSource(void) { return mEventSource; } 419 419 Utf8Str i_getName(void);
Note:
See TracChangeset
for help on using the changeset viewer.

