Changeset 72045 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Apr 26, 2018 3:39:10 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestSessionImplTasks.h
r72001 r72045 173 173 } 174 174 175 const ComObjPtr<Progress>& GetProgressObject( ) const { return mProgress; }176 177 const ComObjPtr<GuestSession>& GetSession( ) const { return mSession; }175 const ComObjPtr<Progress>& GetProgressObject(void) const { return mProgress; } 176 177 const ComObjPtr<GuestSession>& GetSession(void) const { return mSession; } 178 178 179 179 protected:
Note:
See TracChangeset
for help on using the changeset viewer.