2 * Copyright 2007, Haiku. All rights reserved.
3 * Distributed under the terms of the MIT License.
5 #ifndef NETWORK_STATUS_ICONS_H
6 #define NETWORK_STATUS_ICONS_H
9 kNetworkStatusNoDevice
= 1000,
10 kNetworkStatusNoConnection
= 1001,
11 kNetworkStatusNoSettings
= 1002,
12 kNetworkStatusConnecting
= 1003,
13 kNetworkStatusReady
= 1004
16 #endif // NETWORK_STATUS_ICONS_H