- Timestamp:
- Nov 8, 2010 10:54:18 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r33827 r33828 2036 2036 uint32_t port = 0; 2037 2037 (*pf)->getAttributeValue("name", rule.strName); 2038 (*pf)->getAttributeValue("proto", rule.proto);2038 (*pf)->getAttributeValue("proto", (uint32_t&)rule.proto); 2039 2039 (*pf)->getAttributeValue("hostip", rule.strHostIP); 2040 2040 (*pf)->getAttributeValue("hostport", port);
Note:
See TracChangeset
for help on using the changeset viewer.