changeset 2530 | 05f9cec44621 |
parent 2524 | db72c0e7743e |
child 2602 | d9262bff6df2 |
--- a/src/devices/wifi/wifi-remote-station-manager.h Sun Mar 02 06:32:03 2008 +0100 +++ b/src/devices/wifi/wifi-remote-station-manager.h Sun Mar 02 06:43:12 2008 +0100 @@ -76,6 +76,8 @@ WifiRemoteStation *Lookup (Mac48Address address); WifiRemoteStation *LookupNonUnicast (void); +protected: + virtual void DoDispose (void); private: typedef std::vector <std::pair<Mac48Address, WifiRemoteStation *> > Stations; virtual class WifiRemoteStation *CreateStation (void) = 0;