There was an error while loading. Please reload this page.
1 parent ceaaf2e commit f7d8016Copy full SHA for f7d8016
2 files changed
Headers/Foundation/NSXPCConnection.h
@@ -199,7 +199,7 @@ GS_EXPORT_CLASS
199
* Sets the interface that describes methods this process exports to the
200
* remote side.
201
*/
202
-- (void) setExportInterface: (NSXPCInterface *)exportedInterface;
+- (void) setExportedInterface: (NSXPCInterface *)exportedInterface;
203
204
/**
205
* Returns the object exported to the remote side for incoming invocations.
Source/NSXPCConnection.m
@@ -1197,7 +1197,7 @@ - (NSXPCInterface *) exportedInterface
1197
return _exportedInterface;
1198
}
1199
1200
-- (void) setExportInterface: (NSXPCInterface *)exportedInterface
+- (void) setExportedInterface: (NSXPCInterface *)exportedInterface
1201
{
1202
ASSIGN(_exportedInterface, exportedInterface);
1203
0 commit comments