Changeset 17827 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Mar 13, 2009 2:14:08 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ApplianceImpl.h
r17688 r17827 41 41 public IAppliance 42 42 { 43 44 43 public: 45 46 44 VIRTUALBOXBASE_ADD_ERRORINFO_SUPPORT (Appliance) 47 45 … … 79 77 STDMETHOD(ImportMachines)(IProgress **aProgress); 80 78 STDMETHOD(Write)(IN_BSTR path, IProgress **aProgress); 79 STDMETHOD(GetWarnings)(ComSafeArrayOut(BSTR, aWarnings)); 80 81 81 /* public methods only for internal purposes */ 82 82 … … 97 97 HRESULT searchUniqueDiskImageFilePath(Utf8Str& aName) const; 98 98 uint32_t calcMaxProgress(); 99 void addWarning(const char* aWarning, ...); 99 100 100 101 struct TaskImportMachines; /* Worker thread for import */ … … 124 125 { 125 126 friend class Appliance; 127 126 128 public: 127 129 VIRTUALBOXBASE_ADD_ERRORINFO_SUPPORT (VirtualSystemDescription) … … 164 166 ComSafeArrayIn(IN_BSTR, aExtraConfigValues)); 165 167 166 STDMETHOD(GetWarnings)(ComSafeArrayOut(BSTR, aWarnings));167 168 168 /* public methods only for internal purposes */ 169 169 … … 173 173 const Utf8Str &aAutoValue, 174 174 const Utf8Str &strExtraConfig = ""); 175 176 void addWarning(const char* aWarning, ...);177 175 178 176 std::list<VirtualSystemDescriptionEntry*> findByType(VirtualSystemDescriptionType_T aType);
Note:
See TracChangeset
for help on using the changeset viewer.