| Index: webrtc/examples/objc/AppRTCDemo/ARDMessageResponse+Internal.h
|
| diff --git a/webrtc/base/asyncfile.cc b/webrtc/examples/objc/AppRTCDemo/ARDMessageResponse+Internal.h
|
| similarity index 64%
|
| copy from webrtc/base/asyncfile.cc
|
| copy to webrtc/examples/objc/AppRTCDemo/ARDMessageResponse+Internal.h
|
| index ea904c554ea25a816b710e76035a1e3ec3da9257..66ee76172ff0e08cbbfa4325e171ea50709533d6 100644
|
| --- a/webrtc/base/asyncfile.cc
|
| +++ b/webrtc/examples/objc/AppRTCDemo/ARDMessageResponse+Internal.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,10 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#include "webrtc/base/asyncfile.h"
|
| +#import "ARDMessageResponse.h"
|
|
|
| -namespace rtc {
|
| +@interface ARDMessageResponse ()
|
|
|
| -AsyncFile::AsyncFile() {
|
| -}
|
| +@property(nonatomic, assign) ARDMessageResultType result;
|
|
|
| -AsyncFile::~AsyncFile() {
|
| -}
|
| -
|
| -} // namespace rtc
|
| +@end
|
|
|