diff options
author | Jonathan Marshall <jmarshall@never.you.mind> | 2011-07-03 20:21:04 +1200 |
---|---|---|
committer | Jonathan Marshall <jmarshall@never.you.mind> | 2011-08-02 16:25:09 +1200 |
commit | aa175a14914730ac76a05e0ae57e76ebdb972ce3 (patch) | |
tree | a8f4a70520818b12ca70500cf5123c3ae4a6d822 /XBMC.xcodeproj | |
parent | 94fc5ef1da47f566d87388878f0f9cc247267d3f (diff) |
add InfoBool classes for caching of boolean conditions and expressions
Diffstat (limited to 'XBMC.xcodeproj')
-rw-r--r-- | XBMC.xcodeproj/project.pbxproj | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/XBMC.xcodeproj/project.pbxproj b/XBMC.xcodeproj/project.pbxproj index 01be3b29d8..abf2c5ec43 100644 --- a/XBMC.xcodeproj/project.pbxproj +++ b/XBMC.xcodeproj/project.pbxproj @@ -544,6 +544,8 @@ 7C84A59F12FA3C1600CD1714 /* SourcesDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C84A59C12FA3C1600CD1714 /* SourcesDirectory.cpp */; }; 7C89619213B6A16F003631FE /* GUIWindowScreensaverDim.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C89619013B6A16F003631FE /* GUIWindowScreensaverDim.cpp */; }; 7C89619313B6A16F003631FE /* GUIWindowScreensaverDim.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C89619013B6A16F003631FE /* GUIWindowScreensaverDim.cpp */; }; + 7C89674613C03B22003631FE /* InfoBool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C89674313C03B22003631FE /* InfoBool.cpp */; }; + 7C89674813C03B22003631FE /* InfoBool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C89674313C03B22003631FE /* InfoBool.cpp */; }; 7C8A14561154CB2600E5FCFA /* TextureCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C8A14541154CB2600E5FCFA /* TextureCache.cpp */; }; 7C8A14571154CB2600E5FCFA /* TextureCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C8A14541154CB2600E5FCFA /* TextureCache.cpp */; }; 7C8A187C115B2A8200E5FCFA /* TextureDatabase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C8A187A115B2A8200E5FCFA /* TextureDatabase.cpp */; }; @@ -2437,6 +2439,8 @@ 7C84A59D12FA3C1600CD1714 /* SourcesDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SourcesDirectory.h; path = xbmc/filesystem/SourcesDirectory.h; sourceTree = SOURCE_ROOT; }; 7C89619013B6A16F003631FE /* GUIWindowScreensaverDim.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIWindowScreensaverDim.cpp; sourceTree = "<group>"; }; 7C89619113B6A16F003631FE /* GUIWindowScreensaverDim.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIWindowScreensaverDim.h; sourceTree = "<group>"; }; + 7C89674313C03B22003631FE /* InfoBool.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = InfoBool.cpp; sourceTree = "<group>"; }; + 7C89674413C03B22003631FE /* InfoBool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InfoBool.h; sourceTree = "<group>"; }; 7C8A14541154CB2600E5FCFA /* TextureCache.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TextureCache.cpp; sourceTree = "<group>"; }; 7C8A14551154CB2600E5FCFA /* TextureCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TextureCache.h; sourceTree = "<group>"; }; 7C8A187A115B2A8200E5FCFA /* TextureDatabase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TextureDatabase.cpp; sourceTree = "<group>"; }; @@ -4691,6 +4695,7 @@ 4367217312D6640E002508E6 /* interfaces */ = { isa = PBXGroup; children = ( + 7C89674213C03B21003631FE /* info */, E38E19820D25F9FB00618676 /* python */, F5A7A700112893E50059D6AA /* AnnouncementManager.cpp */, F5A7A701112893E50059D6AA /* AnnouncementManager.h */, @@ -4912,6 +4917,15 @@ path = ExternalPlayer; sourceTree = "<group>"; }; + 7C89674213C03B21003631FE /* info */ = { + isa = PBXGroup; + children = ( + 7C89674313C03B22003631FE /* InfoBool.cpp */, + 7C89674413C03B22003631FE /* InfoBool.h */, + ); + path = info; + sourceTree = "<group>"; + }; 810C9F5F0D67BCC80095F5DD /* MediaConnect */ = { isa = PBXGroup; children = ( @@ -8069,6 +8083,7 @@ 38F4E57013CCCB3B00664821 /* Implementation.cpp in Sources */, 3802709A13D5A653009493DD /* SystemClock.cpp in Sources */, 7CEE2E5B13D6B71E000ABF2A /* TimeSmoother.cpp in Sources */, + 7C89674613C03B22003631FE /* InfoBool.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -8963,6 +8978,7 @@ 4308680913E3F64C00698436 /* SystemClock.cpp in Sources */, 4308680D13E3F65700698436 /* Implementation.cpp in Sources */, 4308681213E3F66600698436 /* DVDOverlayCodecTX3G.cpp in Sources */, + 7C89674813C03B22003631FE /* InfoBool.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; |