merge in raj's dispose early work

This commit is contained in:
Mathieu Lacage
2007-05-02 09:10:19 +02:00
parent 4206fd3bce
commit 9eaf9191d8
8 changed files with 36 additions and 0 deletions

View File

@@ -122,6 +122,8 @@ public:
uint32_t AddDevice (NetDevice *device);
NetDevice *GetDevice (uint32_t index) const;
uint32_t GetNDevices (void) const;
virtual void Dispose();
private:
virtual void DoAddDevice (NetDevice *device) const = 0;