Changeset 20021 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- May 26, 2009 10:31:44 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/DisplayImpl.h
r19844 r20021 114 114 HRESULT init (Console *aParent); 115 115 void uninit(); 116 int registerSSM(PVM pVM); 116 117 117 118 // public methods only for internal purposes … … 275 276 #endif 276 277 278 static DECLCALLBACK(void) displaySSMSave (PSSMHANDLE pSSM, void *pvUser); 279 static DECLCALLBACK(int) displaySSMLoad (PSSMHANDLE pSSM, void *pvUser, uint32_t u32Version); 280 277 281 const ComObjPtr <Console, ComWeakRef> mParent; 278 282 /** Pointer to the associated display driver. */
Note:
See TracChangeset
for help on using the changeset viewer.