PeerConnection(iOS): fix case in #import statements.
We've been skating by on OS/X's default case-insensitive filesystem, but this is a bit silly. This change brought to you by: sed -i '' 's/\+internal\.h/+Internal.h/g' $(git grep -l '+internal.h') BUG=3088 R=wu@webrtc.org Review URL: https://webrtc-codereview.appspot.com/10559004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5764 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
9d4762e8b6
commit
c693a2a624
@ -29,9 +29,9 @@
|
||||
#error "This file requires ARC support."
|
||||
#endif
|
||||
|
||||
#import "RTCAudioTrack+internal.h"
|
||||
#import "RTCAudioTrack+Internal.h"
|
||||
|
||||
#import "RTCMediaStreamTrack+internal.h"
|
||||
#import "RTCMediaStreamTrack+Internal.h"
|
||||
|
||||
@implementation RTCAudioTrack
|
||||
@end
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
#error "This file requires ARC support."
|
||||
#endif
|
||||
|
||||
#import "RTCICECandidate+internal.h"
|
||||
#import "RTCICECandidate+Internal.h"
|
||||
|
||||
@implementation RTCICECandidate
|
||||
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
#error "This file requires ARC support."
|
||||
#endif
|
||||
|
||||
#import "RTCICEServer+internal.h"
|
||||
#import "RTCICEServer+Internal.h"
|
||||
|
||||
@implementation RTCICEServer
|
||||
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
#error "This file requires ARC support."
|
||||
#endif
|
||||
|
||||
#import "RTCMediaConstraints+internal.h"
|
||||
#import "RTCMediaConstraints+Internal.h"
|
||||
|
||||
#import "RTCPair.h"
|
||||
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
#error "This file requires ARC support."
|
||||
#endif
|
||||
|
||||
#import "RTCMediaSource+internal.h"
|
||||
#import "RTCMediaSource+Internal.h"
|
||||
|
||||
#import "RTCEnumConverter.h"
|
||||
|
||||
|
||||
@ -29,11 +29,11 @@
|
||||
#error "This file requires ARC support."
|
||||
#endif
|
||||
|
||||
#import "RTCMediaStream+internal.h"
|
||||
#import "RTCMediaStream+Internal.h"
|
||||
|
||||
#import "RTCAudioTrack+internal.h"
|
||||
#import "RTCMediaStreamTrack+internal.h"
|
||||
#import "RTCVideoTrack+internal.h"
|
||||
#import "RTCAudioTrack+Internal.h"
|
||||
#import "RTCMediaStreamTrack+Internal.h"
|
||||
#import "RTCVideoTrack+Internal.h"
|
||||
|
||||
#include "talk/app/webrtc/mediastreaminterface.h"
|
||||
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
#error "This file requires ARC support."
|
||||
#endif
|
||||
|
||||
#import "RTCMediaStreamTrack+internal.h"
|
||||
#import "RTCMediaStreamTrack+Internal.h"
|
||||
#import "RTCEnumConverter.h"
|
||||
|
||||
@implementation RTCMediaStreamTrack {
|
||||
|
||||
@ -29,14 +29,14 @@
|
||||
#error "This file requires ARC support."
|
||||
#endif
|
||||
|
||||
#import "RTCPeerConnection+internal.h"
|
||||
#import "RTCPeerConnection+Internal.h"
|
||||
|
||||
#import "RTCEnumConverter.h"
|
||||
#import "RTCICECandidate+internal.h"
|
||||
#import "RTCICEServer+internal.h"
|
||||
#import "RTCMediaConstraints+internal.h"
|
||||
#import "RTCMediaStream+internal.h"
|
||||
#import "RTCSessionDescription+internal.h"
|
||||
#import "RTCICECandidate+Internal.h"
|
||||
#import "RTCICEServer+Internal.h"
|
||||
#import "RTCMediaConstraints+Internal.h"
|
||||
#import "RTCMediaStream+Internal.h"
|
||||
#import "RTCSessionDescription+Internal.h"
|
||||
#import "RTCSessionDescriptonDelegate.h"
|
||||
#import "RTCSessionDescription.h"
|
||||
|
||||
|
||||
@ -33,18 +33,18 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
#import "RTCAudioTrack+internal.h"
|
||||
#import "RTCICEServer+internal.h"
|
||||
#import "RTCMediaConstraints+internal.h"
|
||||
#import "RTCMediaSource+internal.h"
|
||||
#import "RTCMediaStream+internal.h"
|
||||
#import "RTCMediaStreamTrack+internal.h"
|
||||
#import "RTCPeerConnection+internal.h"
|
||||
#import "RTCAudioTrack+Internal.h"
|
||||
#import "RTCICEServer+Internal.h"
|
||||
#import "RTCMediaConstraints+Internal.h"
|
||||
#import "RTCMediaSource+Internal.h"
|
||||
#import "RTCMediaStream+Internal.h"
|
||||
#import "RTCMediaStreamTrack+Internal.h"
|
||||
#import "RTCPeerConnection+Internal.h"
|
||||
#import "RTCPeerConnectionDelegate.h"
|
||||
#import "RTCPeerConnectionObserver.h"
|
||||
#import "RTCVideoCapturer+internal.h"
|
||||
#import "RTCVideoSource+internal.h"
|
||||
#import "RTCVideoTrack+internal.h"
|
||||
#import "RTCVideoCapturer+Internal.h"
|
||||
#import "RTCVideoSource+Internal.h"
|
||||
#import "RTCVideoTrack+Internal.h"
|
||||
|
||||
#include "talk/app/webrtc/audiotrack.h"
|
||||
#include "talk/app/webrtc/mediastreaminterface.h"
|
||||
|
||||
@ -31,8 +31,8 @@
|
||||
|
||||
#import "RTCPeerConnectionObserver.h"
|
||||
|
||||
#import "RTCICECandidate+internal.h"
|
||||
#import "RTCMediaStream+internal.h"
|
||||
#import "RTCICECandidate+Internal.h"
|
||||
#import "RTCMediaStream+Internal.h"
|
||||
#import "RTCEnumConverter.h"
|
||||
|
||||
namespace webrtc {
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
#error "This file requires ARC support."
|
||||
#endif
|
||||
|
||||
#import "RTCSessionDescription+internal.h"
|
||||
#import "RTCSessionDescription+Internal.h"
|
||||
|
||||
@implementation RTCSessionDescription
|
||||
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
#error "This file requires ARC support."
|
||||
#endif
|
||||
|
||||
#import "RTCVideoCapturer+internal.h"
|
||||
#import "RTCVideoCapturer+Internal.h"
|
||||
|
||||
#include "talk/media/base/videocapturer.h"
|
||||
#include "talk/media/devices/devicemanager.h"
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
#error "This file requires ARC support."
|
||||
#endif
|
||||
|
||||
#import "RTCVideoRenderer+internal.h"
|
||||
#import "RTCVideoRenderer+Internal.h"
|
||||
|
||||
#if TARGET_OS_IPHONE
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@ -29,8 +29,8 @@
|
||||
#error "This file requires ARC support."
|
||||
#endif
|
||||
|
||||
#import "RTCVideoSource+internal.h"
|
||||
#import "RTCMediaSource+internal.h"
|
||||
#import "RTCVideoSource+Internal.h"
|
||||
#import "RTCMediaSource+Internal.h"
|
||||
|
||||
@implementation RTCVideoSource
|
||||
@end
|
||||
|
||||
@ -29,10 +29,10 @@
|
||||
#error "This file requires ARC support."
|
||||
#endif
|
||||
|
||||
#import "RTCVideoTrack+internal.h"
|
||||
#import "RTCVideoTrack+Internal.h"
|
||||
|
||||
#import "RTCMediaStreamTrack+internal.h"
|
||||
#import "RTCVideoRenderer+internal.h"
|
||||
#import "RTCMediaStreamTrack+Internal.h"
|
||||
#import "RTCVideoRenderer+Internal.h"
|
||||
|
||||
@implementation RTCVideoTrack {
|
||||
NSMutableArray *_rendererArray;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user