Changeset 49560 in vbox for trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp
- Timestamp:
- Nov 20, 2013 3:05:10 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 90753
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp
r49559 r49560 167 167 virtual int parseOpt(int rc, const RTGETOPTUNION& getOptVal); 168 168 /* VBoxNetNAT always needs Main */ 169 virtual bool isMainNeeded(){ return true; }169 virtual bool isMainNeeded() const { return true; } 170 170 private: 171 171 struct proxy_options m_ProxyOptions;
Note:
See TracChangeset
for help on using the changeset viewer.