Changeset 33556 in vbox for trunk/include
- Timestamp:
- Oct 28, 2010 1:16:42 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/settings.h
r33524 r33556 66 66 // 67 67 //////////////////////////////////////////////////////////////////////////////// 68 69 typedef std::list<com::Utf8Str> VRDELibrariesList; 68 70 69 71 /** … … 254 256 void readMachineRegistry(const xml::ElementNode &elmMachineRegistry); 255 257 void readDHCPServers(const xml::ElementNode &elmDHCPServers); 258 void readVRDE(const xml::ElementNode &elmVRDE); 259 void buildVRDE(xml::ElementNode &elmParent, const VRDELibrariesList &me); 256 260 257 261 void write(const com::Utf8Str strFilename); … … 263 267 DHCPServersList llDhcpServers; 264 268 StringsMap mapExtraDataItems; 269 VRDELibrariesList llVRDELibraries; 265 270 }; 266 271 … … 291 296 292 297 bool fEnabled; 293 com::Utf8Str strPort;294 com::Utf8Str strNetAddress;295 298 AuthType_T authType; 296 299 uint32_t ulAuthTimeout; … … 299 302 fVideoChannel; 300 303 uint32_t ulVideoChannelQuality; 304 com::Utf8Str strVRDELibrary; 305 StringsMap mapProperties; 301 306 }; 302 307
Note:
See TracChangeset
for help on using the changeset viewer.