Added BApplication::Signature() getter.

This commit is contained in:
Axel Dörfler
2015-01-27 23:40:03 +01:00
parent e7803cf1f6
commit 30238c0418
2 changed files with 16 additions and 6 deletions
+8 -1
View File
@@ -1,5 +1,5 @@
/*
* Copyright 2001-2014 Haiku, inc. All rights reserved.
* Copyright 2001-2015 Haiku, inc. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
@@ -964,6 +964,13 @@ BApplication::IsLaunching() const
}
const char*
BApplication::Signature() const
{
return fAppName;
}
status_t
BApplication::GetAppInfo(app_info* info) const
{