]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_utilities/lib/cfclass.h
Security-59754.80.3.tar.gz
[apple/security.git] / OSX / libsecurity_utilities / lib / cfclass.h
index 6203f112ee8a028513d28dbdd5073c8dcc020b50..1adbbe1820678d5d0b461a5a5ff110fa095464d3 100644 (file)
@@ -41,12 +41,12 @@ public:
        CFTypeID typeID;
 
 private:
-       static void finalizeType(CFTypeRef cf) throw();
-    static Boolean equalType(CFTypeRef cf1, CFTypeRef cf2) throw();
-    static CFHashCode hashType(CFTypeRef cf) throw();
-       static CFStringRef copyFormattingDescType(CFTypeRef cf, CFDictionaryRef dict) throw();
-       static CFStringRef copyDebugDescType(CFTypeRef cf) throw();
-    static uint32_t refCountForType(intptr_t op, CFTypeRef cf) throw();
+       static void finalizeType(CFTypeRef cf) _NOEXCEPT;
+    static Boolean equalType(CFTypeRef cf1, CFTypeRef cf2) _NOEXCEPT;
+    static CFHashCode hashType(CFTypeRef cf) _NOEXCEPT;
+       static CFStringRef copyFormattingDescType(CFTypeRef cf, CFDictionaryRef dict) _NOEXCEPT;
+       static CFStringRef copyDebugDescType(CFTypeRef cf) _NOEXCEPT;
+    static uint32_t refCountForType(intptr_t op, CFTypeRef cf) _NOEXCEPT;
     static uint32_t cleanupObject(intptr_t op, CFTypeRef cf, bool &zap);
 };