Index: webrtc/api/objc/RTCPeerConnectionFactory.h |
diff --git a/webrtc/base/objc/NSString+StdString.h b/webrtc/api/objc/RTCPeerConnectionFactory.h |
similarity index 75% |
copy from webrtc/base/objc/NSString+StdString.h |
copy to webrtc/api/objc/RTCPeerConnectionFactory.h |
index 532032b3fca66977290d612f1e998c205cceef00..147e5ac65fd2ae0858cdf2ec2fd691432e98caba 100644 |
--- a/webrtc/base/objc/NSString+StdString.h |
+++ b/webrtc/api/objc/RTCPeerConnectionFactory.h |
@@ -10,15 +10,13 @@ |
#import <Foundation/Foundation.h> |
-#include <string> |
- |
NS_ASSUME_NONNULL_BEGIN |
-@interface NSString (StdString) |
- |
-@property(nonatomic, readonly) std::string stdString; |
+@interface RTCPeerConnectionFactory : NSObject |
-+ (std::string)stdStringForString:(NSString *)nsString; |
+/** Initialize & de-initialize the SSL subsystem. Failure is fatal. */ |
tkchin_webrtc
2016/01/06 22:25:15
library not subsystem. These may make more sense i
hjon
2016/01/08 01:01:06
Done.
|
++ (void)initializeSSL; |
++ (void)deinitializeSSL; |
@end |