changeset 1920 | 1d4864775cf8 |
parent 1910 | 1c1dd3c8c228 |
child 1981 | d2fda7b87289 |
--- a/src/devices/wifi/wifi-mode.h Tue Oct 09 10:21:46 2007 +0200 +++ b/src/devices/wifi/wifi-mode.h Tue Oct 09 11:07:05 2007 +0200 @@ -63,9 +63,11 @@ * should have different uids. */ uint32_t GetUid (void) const; + + // create an invalid WifiMode. + WifiMode (); private: friend class WifiModeFactory; - WifiMode (); WifiMode (uint32_t uid); uint32_t m_uid; };