Commit last (small) changes

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9033 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin 2004-09-23 08:01:26 +00:00
parent 86b8a8828a
commit 755989bc95
1 changed files with 3 additions and 4 deletions

View File

@ -29,10 +29,9 @@ class NetworkSetupWindow : public BWindow
typedef BWindow inherited;
// Virtual function overrides
public:
// public constantes
enum
{
enum {
SELECT_PROFILE_MSG = 'prof',
MANAGE_PROFILES_MSG = 'mngp',
NEW_PROFILE_MSG = 'newp',
@ -43,7 +42,7 @@ class NetworkSetupWindow : public BWindow
DONT_TOUCH_MSG = 'lock',
APPLY_NOW_MSG = 'aply',
REVERT_MSG = 'rvrt'
};
};
bool QuitRequested();
void MessageReceived(BMessage * msg);