]> git.saurik.com Git - wxWidgets.git/commit - include/wx/stdpaths.h
Moved wxStandardPathsCF into base library when using CarbonLib or Darwin.
authorDavid Elliott <dfe@tgwbd.org>
Fri, 12 Nov 2004 21:21:00 +0000 (21:21 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Fri, 12 Nov 2004 21:21:00 +0000 (21:21 +0000)
commitfc480dc16bcaec2c295b227e0a4b6daf2776d129
treef8dfa489e0c41cc462008d5f16670c1a21cec357
parentb7a2ebe671dd2243a1f63e61e9dcda19b691e9b7
Moved wxStandardPathsCF into base library when using CarbonLib or Darwin.
Make wxStandardPathsBase::Get() return a wxStandardPathsBase reference.
Implement it using wxAppTraits::GetStandardPaths() which is overridden by
wxMac and wxCocoa GUI libraries to return a reference to a wxStandardPathsCF.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30506 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
Makefile.in
autoconf_inc.m4
build/bakefiles/files.bkl
configure
include/wx/apptrait.h
include/wx/mac/corefoundation/stdpaths.h
include/wx/stdpaths.h
include/wx/unix/apptrait.h
src/common/stdpbase.cpp
src/mac/corefoundation/stdpaths_cf.cpp
src/mac/corefoundation/utilsexc_cf.cpp