| Index: webrtc/examples/objc/AppRTCDemo/RTCMediaConstraints+JSON.h
|
| diff --git a/webrtc/base/asyncfile.cc b/webrtc/examples/objc/AppRTCDemo/RTCMediaConstraints+JSON.h
|
| similarity index 60%
|
| copy from webrtc/base/asyncfile.cc
|
| copy to webrtc/examples/objc/AppRTCDemo/RTCMediaConstraints+JSON.h
|
| index ea904c554ea25a816b710e76035a1e3ec3da9257..dd4813ae4b13778278d5c7eb4b9962fa269555af 100644
|
| --- a/webrtc/base/asyncfile.cc
|
| +++ b/webrtc/examples/objc/AppRTCDemo/RTCMediaConstraints+JSON.h
|
| @@ -1,5 +1,5 @@
|
| /*
|
| - * Copyright 2010 The WebRTC Project Authors. All rights reserved.
|
| + * Copyright 2014 The WebRTC Project Authors. All rights reserved.
|
| *
|
| * Use of this source code is governed by a BSD-style license
|
| * that can be found in the LICENSE file in the root of the source
|
| @@ -8,14 +8,12 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#include "webrtc/base/asyncfile.h"
|
| +#import "RTCMediaConstraints.h"
|
|
|
| -namespace rtc {
|
| +@interface RTCMediaConstraints (JSON)
|
|
|
| -AsyncFile::AsyncFile() {
|
| -}
|
| ++ (RTCMediaConstraints *)constraintsFromJSONDictionary:
|
| + (NSDictionary *)dictionary;
|
|
|
| -AsyncFile::~AsyncFile() {
|
| -}
|
| +@end
|
|
|
| -} // namespace rtc
|
|
|