Changeset 48876 in vbox
- Timestamp:
- Oct 4, 2013 6:11:21 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp
r48875 r48876 178 178 { 179 179 public: 180 180 181 HRESULT init(VBoxNetLwipNAT *pNAT) 181 182 { … … 183 184 return S_OK; 184 185 } 186 185 187 HRESULT init() { return init(NULL); } 188 186 189 void uninit() { init(NULL); } 190 187 191 STDMETHOD(HandleEvent)(VBoxEventType_T aEventType, IEvent *pEvent) 188 192 { … … 192 196 return E_FAIL; 193 197 } 198 194 199 private: 195 200 VBoxNetLwipNAT *m_pNAT;
Note:
See TracChangeset
for help on using the changeset viewer.

