Replaced _init_roster_() _delete_roster_() by static functions in BRoster::Private.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11033 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2005-01-25 15:20:11 +00:00
parent 42be32659a
commit 5ac1156848
3 changed files with 11 additions and 23 deletions
+3 -3
View File
@@ -63,11 +63,11 @@ public:
void SaveRecentLists(const char *file) const
{ fRoster->SaveRecentLists(file); }
static void InitBeRoster();
static void DeleteBeRoster();
private:
BRoster *fRoster;
};
extern "C" int _init_roster_();
extern "C" int _delete_roster_();
#endif // _ROSTER_PRIVATE_H