]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_keychain/lib/Keychains.h
Security-59754.80.3.tar.gz
[apple/security.git] / OSX / libsecurity_keychain / lib / Keychains.h
index 507b270ca3a4d74618562ef5c0c8103962996793..b33ae6a4b28ad07ac6a65e5d2f11bf980a15a4f3 100644 (file)
@@ -218,8 +218,8 @@ public:
        const AccessCredentials *defaultCredentials();
 
        // Only call these functions while holding globals().apiLock.
        const AccessCredentials *defaultCredentials();
 
        // Only call these functions while holding globals().apiLock.
-       bool inCache() const throw() { return mInCache; }
-       void inCache(bool inCache) throw() { mInCache = inCache; }
+       bool inCache() const _NOEXCEPT { return mInCache; }
+       void inCache(bool inCache) _NOEXCEPT { mInCache = inCache; }
        
        void postEvent(SecKeychainEvent kcEvent, ItemImpl* item);
     void postEvent(SecKeychainEvent kcEvent, ItemImpl* item, PrimaryKey pk);
        
        void postEvent(SecKeychainEvent kcEvent, ItemImpl* item);
     void postEvent(SecKeychainEvent kcEvent, ItemImpl* item, PrimaryKey pk);