Make BLocaleRoster::GetLocalizedFileName() take a const entry_ref& rather than a non-const entry_ref&. Remove private GetLocalizedFileName() from libtracker and make Tracker and Deskbar use the one in BLocaleRoster.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41075 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jonas Sundström
2011-03-22 01:35:38 +00:00
parent 85366cb58b
commit 6f477364cc
7 changed files with 16 additions and 87 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ public:
bool IsFilesystemTranslationPreferred() const;
status_t GetLocalizedFileName(entry_ref& ref,
status_t GetLocalizedFileName(const entry_ref& ref,
BString& localizedFileName,
bool traverse = false);