summaryrefslogtreecommitdiff
path: root/swift/src/IceImpl/IceUtil.h
diff options
context:
space:
mode:
Diffstat (limited to 'swift/src/IceImpl/IceUtil.h')
-rw-r--r--swift/src/IceImpl/IceUtil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/swift/src/IceImpl/IceUtil.h b/swift/src/IceImpl/IceUtil.h
index a528fd4086e..754db5cc47e 100644
--- a/swift/src/IceImpl/IceUtil.h
+++ b/swift/src/IceImpl/IceUtil.h
@@ -43,7 +43,7 @@ NS_SWIFT_NAME(registerFactories(exception:connectionInfo:endpointInfo:adminFacet
error:(NSError* _Nullable * _Nullable)error;
+(BOOL) stringToIdentity:(NSString*)str
name:(NSString* __strong _Nonnull * _Nonnull)name
- category:(NSString* __strong _Nonnull * _Nonnull)category
+ category:(NSString* __strong _Nonnull * _Nonnull)category
error:(NSError* _Nullable * _Nullable)error NS_SWIFT_NAME(stringToIdentity(str:name:category:));
+(NSString*) identityToString:(NSString*)name