Changeset 41143 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- May 3, 2012 4:00:11 PM (13 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/net
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkDefs.h
r39932 r41143 6 6 7 7 /* 8 * Copyright (C) 2011 Oracle Corporation8 * Copyright (C) 2011-2012 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as … … 20 20 #define __UINetworkDefs_h__ 21 21 22 /* Network 22 /* Network-request types: */ 23 23 enum UINetworkRequestType 24 24 { … … 27 27 }; 28 28 29 #if 0 30 /* Download types: */ 31 enum UIDownloadType 32 { 33 UIDownloadType_Additions, 34 UIDownloadType_UserManual, 35 UIDownloadType_ExtensionPack, 36 UIDownloadType_Max 37 }; 38 #endif 29 #endif // __UINetworkDefs_h__ 39 30 40 #endif // __UINetworkDefs_h__ -
trunk/src/VBox/Frontends/VirtualBox/src/net/UIUpdateDefs.cpp
r39666 r41143 1 1 /* $Id$ */ 2 2 /** @file 3 * VBox Qt GUI - Update routine related implementations. 3 * 4 * VBox frontends: Qt4 GUI ("VirtualBox"): 5 * Update routine related implementations 4 6 */ 5 7 6 8 /* 7 * Copyright (C) 2006-201 1Oracle Corporation9 * Copyright (C) 2006-2012 Oracle Corporation 8 10 * 9 11 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Frontends/VirtualBox/src/net/UIUpdateDefs.h
r39666 r41143 1 1 /** @file 2 * VBox Qt GUI - Update routine related declarations. 2 * 3 * VBox frontends: Qt4 GUI ("VirtualBox"): 4 * Update routine related declarations 3 5 */ 4 6 5 7 /* 6 * Copyright (C) 2006-201 1Oracle Corporation8 * Copyright (C) 2006-2012 Oracle Corporation 7 9 * 8 10 * This file is part of VirtualBox Open Source Edition (OSE), as … … 101 103 102 104 #endif // !___UIUpdateDefs_h___ 105
Note:
See TracChangeset
for help on using the changeset viewer.