Network: no need for public constants.

This commit is contained in:
Axel Dörfler
2015-03-27 13:08:42 +01:00
parent 5493c30fed
commit 021ff1ca46
3 changed files with 27 additions and 19 deletions
@@ -33,7 +33,8 @@ public:
virtual BNetworkSettingsType
Type() const = 0;
virtual BListItem* CreateListItem() = 0;
virtual BListItem* ListItem() = 0;
virtual BView* View() = 0;
virtual status_t ProfileChanged(
const BNetworkProfile* newProfile);