]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_transform/lib/TransformFactory.h
Security-58286.260.20.tar.gz
[apple/security.git] / OSX / libsecurity_transform / lib / TransformFactory.h
index 2e9ec45587c92d279f88cd16931e25d4495cce50..d92a044226556f6ce5d66582f198a62ad6a07774 100644 (file)
@@ -23,7 +23,7 @@ private:
     static bool RegisterTransform_prelocked(TransformFactory* tf, CFStringRef name);
 
 public:
-       static SecTransformRef MakeTransformWithType(CFStringRef type, CFErrorRef* baseError);
+       static SecTransformRef MakeTransformWithType(CFStringRef type, CFErrorRef* baseError) CF_RETURNS_RETAINED;
 
        TransformFactory(CFStringRef type, bool registerGlobally = false, CFStringRef cftype = NULL);
        static void Setup();