Moved the miscellaneous app kit functions into the BPrivate namespace and added the function current_team() which returns the ID of the current team.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1501 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -32,9 +32,14 @@
|
||||
|
||||
struct entry_ref;
|
||||
|
||||
namespace BPrivate {
|
||||
|
||||
status_t get_app_path(char *buffer);
|
||||
status_t get_app_ref(entry_ref *ref, bool traverse = true);
|
||||
|
||||
team_id current_team();
|
||||
thread_id main_thread_for(team_id team);
|
||||
|
||||
} // namespace BPrivate
|
||||
|
||||
#endif // _APP_MISC_H
|
||||
|
||||
Reference in New Issue
Block a user