- Timestamp:
- Apr 18, 2013 9:56:43 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ovfreader.h
r45367 r45599 33 33 //////////////////////////////////////////////////////////////////////////////// 34 34 35 /** 36 * CIM OS values. 37 * 38 * The OVF 1.10 spec refers to some CIM_OperatingSystem.mof doc. Could this be it: 39 * http://cvs.opengroup.org/cgi-bin/cvsweb.cgi/pegasus/Schemas/CIM231/DMTF/System/CIM_OperatingSystem.mof 40 * 41 * @todo r=bird: Why are the values are repeating 'CIMOS'. CIMOSType_T is also 42 * repeating it self, 'Type' and '_T'. Why not call it kCIOMOpSys, 43 * easier to read as well. 44 * Then also apply: s/CIMOSType_CIMOS_/kCIMOpSys_/g 45 */ 35 46 enum CIMOSType_T 36 47 { … … 490 501 } // end namespace ovf 491 502 492 #endif // ____H_OVFREADER 503 #endif // !____H_OVFREADER 504
Note:
See TracChangeset
for help on using the changeset viewer.