1 ///////////////////////////////////////////////////////////////////////////////
2 // Name: common/stdpbase.cpp
3 // Purpose: wxStandardPathsBase methods common to all ports
4 // Author: Vadim Zeitlin
8 // Copyright: (c) 2004 Vadim Zeitlin <vadim@wxwindows.org>
9 // License: wxWindows license
10 ///////////////////////////////////////////////////////////////////////////////
12 // ============================================================================
14 // ============================================================================
16 // ----------------------------------------------------------------------------
18 // ----------------------------------------------------------------------------
20 // for compilers that support precompilation, includes "wx.h".
21 #include "wx/wxprec.h"
27 #include "wx/stdpaths.h"
29 // ----------------------------------------------------------------------------
31 // ----------------------------------------------------------------------------
33 static wxStandardPaths gs_stdPaths
;
35 // ============================================================================
37 // ============================================================================
40 wxStandardPaths
& wxStandardPathsBase::Get()
45 wxStandardPathsBase::~wxStandardPathsBase()
50 wxString
wxStandardPathsBase::GetLocalDataDir() const
55 wxString
wxStandardPathsBase::GetUserLocalDataDir() const
57 return GetUserDataDir();