Changeset 62498 in vbox for trunk/src/VBox
- Timestamp:
- Jul 22, 2016 7:04:20 PM (8 years ago)
- Location:
- trunk/src/VBox/Devices/Graphics/HGSMI
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/HGSMI/SHGSMIHost.cpp
r56292 r62498 1 1 /* $Id$ */ 2 2 3 /* 3 * Copyright (C) 2010-201 5Oracle Corporation4 * Copyright (C) 2010-2016 Oracle Corporation 4 5 * 5 6 * This file is part of VirtualBox Open Source Edition (OSE), as … … 11 12 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 12 13 */ 14 13 15 #include "SHGSMIHost.h" 14 16 #include <VBox/VBoxVideo.h> -
trunk/src/VBox/Devices/Graphics/HGSMI/SHGSMIHost.h
r56292 r62498 1 1 /* $Id$ */ 2 /** @file 3 * Missing description 4 */ 5 2 6 /* 3 * Copyright (C) 2010-201 5Oracle Corporation7 * Copyright (C) 2010-2016 Oracle Corporation 4 8 * 5 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 11 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 12 16 */ 17 13 18 #ifndef ___SHGSMIHost_h___ 14 19 #define ___SHGSMIHost_h___ … … 20 25 void VBoxSHGSMICommandMarkAsynchCompletion (void *pvData); 21 26 22 #endif /* #ifndef ___SHGSMIHost_h___ */ 27 #endif 28
Note:
See TracChangeset
for help on using the changeset viewer.