Renamed some private methods to have the underline prefix, now that

BWindow doesn't call them directly anymore.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24911 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini
2008-04-11 08:53:25 +00:00
parent 150ddd17b1
commit 18af47f5c4
2 changed files with 14 additions and 15 deletions
+3 -4
View File
@@ -236,10 +236,9 @@ private:
bool _CustomTrackingWantsToQuit();
// private methods called by BWindow
int State(BMenuItem** _item = NULL) const;
void InvokeItem(BMenuItem* item, bool now = false);
void QuitTracking(bool onlyThis = true);
int _State(BMenuItem** _item = NULL) const;
void _InvokeItem(BMenuItem* item, bool now = false);
void _QuitTracking(bool onlyThis = true);
static menu_info sMenuInfo;
static bool sAltAsCommandKey;