Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(312)

Unified Diff: webrtc/base/objc/RTCSSLAdapter.h

Issue 1696673003: Tweaks for new Objective-C API. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Don't use object subscripting Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/api/objctests/RTCSessionDescriptionTest.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/objc/RTCSSLAdapter.h
diff --git a/webrtc/base/objc/RTCSSLAdapter.h b/webrtc/base/objc/RTCSSLAdapter.h
index 11ac8af08ab36c80891ebd96a33297d189e5441c..34db8432c2ffe56640520b7a6f8d902d60ade3df 100644
--- a/webrtc/base/objc/RTCSSLAdapter.h
+++ b/webrtc/base/objc/RTCSSLAdapter.h
@@ -10,9 +10,11 @@
#import <Foundation/Foundation.h>
+#import "webrtc/base/objc/RTCMacros.h"
+
/**
* Initialize and clean up the SSL library. Failure is fatal. These call the
* corresponding functions in webrtc/base/ssladapter.h.
*/
-BOOL RTCInitializeSSL();
-BOOL RTCCleanupSSL();
+RTC_EXPORT BOOL RTCInitializeSSL();
+RTC_EXPORT BOOL RTCCleanupSSL();
« no previous file with comments | « webrtc/api/objctests/RTCSessionDescriptionTest.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698