* Style cleanup.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36137 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2010-04-11 09:18:09 +00:00
parent a5b39147b3
commit 022760a24a

View File

@ -57,19 +57,24 @@ class NetServer : public BServer {
bool _IsValidInterface(int socket, const char* name);
void _RemoveInvalidInterfaces(int socket);
bool _TestForInterface(int socket, const char* name);
status_t _ConfigureInterface(int socket, BMessage& interface,
status_t _ConfigureInterface(int socket,
BMessage& interface,
bool fromMessage = false);
status_t _ConfigureResolver(BMessage& resolverConfiguration);
status_t _ConfigureResolver(
BMessage& resolverConfiguration);
bool _QuitLooperForDevice(const char* device);
AutoconfigLooper* _LooperForDevice(const char* device);
status_t _ConfigureDevice(int socket, const char* path);
void _ConfigureDevices(int socket, const char* path,
BMessage* suggestedInterface = NULL);
void _ConfigureInterfaces(int socket, BMessage* _missingDevice = NULL);
void _ConfigureInterfaces(int socket,
BMessage* _missingDevice = NULL);
void _BringUpInterfaces();
void _StartServices();
void _HandleDeviceMonitor(int socket, BMessage* message);
void _HandleDeviceMonitor(int socket,
BMessage* message);
private:
Settings fSettings;
LooperMap fDeviceMap;
BMessenger fServices;