Changeset 13848 in vbox for trunk/src/VBox
- Timestamp:
- Nov 5, 2008 10:52:54 AM (16 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
r13844 r13848 2843 2843 switch (propertyTypes [a]) 2844 2844 { 2845 case DataType ::Int32Type: RTPrintf ("int"); break;2846 case DataType ::Int8Type: RTPrintf ("byte"); break;2847 case DataType ::StringType: RTPrintf ("string"); break;2845 case DataType_Int32Type: RTPrintf ("int"); break; 2846 case DataType_Int8Type: RTPrintf ("byte"); break; 2847 case DataType_StringType: RTPrintf ("string"); break; 2848 2848 } 2849 2849 RTPrintf (" flags=%#04x", propertyFlags [a]); -
trunk/src/VBox/Main/testcase/tstAPI.cpp
r13844 r13848 817 817 switch (propertyTypes [a]) 818 818 { 819 case DataType ::Int32Type: RTPrintf ("int"); break;820 case DataType ::Int8Type: RTPrintf ("byte"); break;821 case DataType ::StringType: RTPrintf ("string"); break;819 case DataType_Int32Type: RTPrintf ("int"); break; 820 case DataType_Int8Type: RTPrintf ("byte"); break; 821 case DataType_StringType: RTPrintf ("string"); break; 822 822 } 823 823 RTPrintf (" flags=%#04x", propertyFlags [a]);
Note:
See TracChangeset
for help on using the changeset viewer.