Re-styled and (hopefully) finalized.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7389 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Phipps
2004-05-03 22:41:30 +00:00
parent 5f1aaa70ce
commit f141dd5709
21 changed files with 768 additions and 585 deletions
@@ -41,7 +41,8 @@ public:
void SetPassword(char *pw){strncpy(password,pw,B_PATH_NAME_LENGTH-1);}
void SetNetworkPassword(bool np) {isNetworkPWD=np;}
void SetModuleName(const char *mn) {strncpy(moduleName,mn,B_PATH_NAME_LENGTH-1);}
void SetState(BMessage *);
void SetState(BMessage *in) {stateMsg=*in;}
BMessage *GetSettings(void);
void SaveSettings (void);
private:
bool parseSettings(BMessage *newSSMessage);
@@ -60,7 +61,7 @@ private:
bool isNetworkPWD;
char moduleName[B_PATH_NAME_LENGTH];
BMessage stateMsg;
BMessage stateMsg, msg;
};