Changeset 37502 in vbox for trunk/include
- Timestamp:
- Jun 16, 2011 3:20:46 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/settings.h
r37200 r37502 161 161 protected: 162 162 ConfigFileBase(const com::Utf8Str *pstrFilename); 163 /* Note: this copy constructor doesn't create a full copy of other, cause 164 * the file based stuff (xml doc) could not be copied. */ 165 ConfigFileBase(const ConfigFileBase &other); 166 163 167 ~ConfigFileBase(); 164 168 … … 195 199 struct Data; 196 200 Data *m; 197 198 private:199 // prohibit copying (Data contains pointers to XML which cannot be copied)200 ConfigFileBase(const ConfigFileBase&);201 201 202 202 friend class ConfigFileError;
Note:
See TracChangeset
for help on using the changeset viewer.