aboutsummaryrefslogtreecommitdiff
path: root/XBMC.xcodeproj
diff options
context:
space:
mode:
authorKarlson2k <k2k@narod.ru>2014-07-21 16:50:17 +0400
committerKarlson2k <k2k@narod.ru>2014-08-22 15:57:07 +0400
commit24640f6cc66d8dd480b34560c6fda22d14f743d2 (patch)
tree31739acfd66eee4a9c3a599b4b8848c76c365259 /XBMC.xcodeproj
parenta0acde7189f77b1a028a2d60dd8213628f14f7de (diff)
[posix] Implement class CPosixInterfaceForCLog
Diffstat (limited to 'XBMC.xcodeproj')
-rw-r--r--XBMC.xcodeproj/project.pbxproj18
1 files changed, 18 insertions, 0 deletions
diff --git a/XBMC.xcodeproj/project.pbxproj b/XBMC.xcodeproj/project.pbxproj
index 7272e0915b..10a2e89576 100644
--- a/XBMC.xcodeproj/project.pbxproj
+++ b/XBMC.xcodeproj/project.pbxproj
@@ -1113,6 +1113,9 @@
AE84CB5A15A5B8A600A3810E /* TagLibVFSStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AE84CB5915A5B8A600A3810E /* TagLibVFSStream.cpp */; };
AE89ACA61621DAB800E17DBC /* DVDDemuxBXA.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AE89ACA41621DAB800E17DBC /* DVDDemuxBXA.cpp */; };
AEC0083115ACAC6E0099888C /* TagLoaderTagLib.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AEC0083015ACAC6E0099888C /* TagLoaderTagLib.cpp */; };
+ B542632B197D353B00726998 /* PosixInterfaceForCLog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B5426329197D353B00726998 /* PosixInterfaceForCLog.cpp */; };
+ B542632C197D353B00726998 /* PosixInterfaceForCLog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B5426329197D353B00726998 /* PosixInterfaceForCLog.cpp */; };
+ B542632D197D353B00726998 /* PosixInterfaceForCLog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B5426329197D353B00726998 /* PosixInterfaceForCLog.cpp */; };
C807114D135DB5CC002F601B /* InputOperations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C807114B135DB5CC002F601B /* InputOperations.cpp */; };
C84828C0156CFCD8005A996F /* PVRClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482874156CFCD8005A996F /* PVRClient.cpp */; };
C84828C1156CFCD8005A996F /* PVRClients.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8482876156CFCD8005A996F /* PVRClients.cpp */; };
@@ -4646,6 +4649,8 @@
AEC0083015ACAC6E0099888C /* TagLoaderTagLib.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TagLoaderTagLib.cpp; sourceTree = "<group>"; };
AEC0083315ACAC7C0099888C /* TagLoaderTagLib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TagLoaderTagLib.h; sourceTree = "<group>"; };
B542632E19917D3500726998 /* params_check_macros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = params_check_macros.h; sourceTree = "<group>"; };
+ B5426329197D353B00726998 /* PosixInterfaceForCLog.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PosixInterfaceForCLog.cpp; sourceTree = "<group>"; };
+ B542632A197D353B00726998 /* PosixInterfaceForCLog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PosixInterfaceForCLog.h; sourceTree = "<group>"; };
C807114B135DB5CC002F601B /* InputOperations.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = InputOperations.cpp; sourceTree = "<group>"; };
C807114C135DB5CC002F601B /* InputOperations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InputOperations.h; sourceTree = "<group>"; };
C8482874156CFCD8005A996F /* PVRClient.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PVRClient.cpp; sourceTree = "<group>"; };
@@ -7928,6 +7933,15 @@
path = media;
sourceTree = "<group>";
};
+ B5426323197D2AB300726998 /* posix */ = {
+ isa = PBXGroup;
+ children = (
+ B5426329197D353B00726998 /* PosixInterfaceForCLog.cpp */,
+ B542632A197D353B00726998 /* PosixInterfaceForCLog.h */,
+ );
+ path = posix;
+ sourceTree = "<group>";
+ };
C6859E96029091FE04C91782 /* docs */ = {
isa = PBXGroup;
children = (
@@ -9811,6 +9825,7 @@
AE4E87A617354C4A00D15206 /* XSLTUtils.h */,
18B7C9811294385F009E7A26 /* XMLUtils.cpp */,
18B7C9821294385F009E7A26 /* XMLUtils.h */,
+ B5426323197D2AB300726998 /* posix */,
);
path = utils;
sourceTree = "<group>";
@@ -10886,6 +10901,7 @@
E38E22800D25F9FE00618676 /* MusicInfoScanner.cpp in Sources */,
E38E22970D25F9FE00618676 /* NfoFile.cpp in Sources */,
E38E22A00D25F9FE00618676 /* PartyModeManager.cpp in Sources */,
+ B542632B197D353B00726998 /* PosixInterfaceForCLog.cpp in Sources */,
E38E22A10D25F9FE00618676 /* Picture.cpp in Sources */,
E38E22A20D25F9FE00618676 /* PictureInfoLoader.cpp in Sources */,
E38E22A30D25F9FE00618676 /* PictureInfoTag.cpp in Sources */,
@@ -11971,6 +11987,7 @@
DFF0F19817528350002DA3A4 /* DVDPlayerAudio.cpp in Sources */,
DFF0F19917528350002DA3A4 /* DVDPlayerSubtitle.cpp in Sources */,
DFF0F19A17528350002DA3A4 /* DVDPlayerTeletext.cpp in Sources */,
+ B542632D197D353B00726998 /* PosixInterfaceForCLog.cpp in Sources */,
DFF0F19B17528350002DA3A4 /* DVDPlayerVideo.cpp in Sources */,
DFF0F19C17528350002DA3A4 /* DVDStreamInfo.cpp in Sources */,
DFF0F19D17528350002DA3A4 /* DVDTSCorrection.cpp in Sources */,
@@ -13206,6 +13223,7 @@
E499122B174E5D6100741B6D /* qry_dat.cpp in Sources */,
E499122C174E5D6100741B6D /* sqlitedataset.cpp in Sources */,
E499122D174E5D6800741B6D /* Epg.cpp in Sources */,
+ B542632C197D353B00726998 /* PosixInterfaceForCLog.cpp in Sources */,
E499122E174E5D6800741B6D /* EpgContainer.cpp in Sources */,
E499122F174E5D6800741B6D /* EpgDatabase.cpp in Sources */,
E4991230174E5D6800741B6D /* EpgInfoTag.cpp in Sources */,