]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_cryptkit/lib/CryptKitDER.cpp
Security-59754.80.3.tar.gz
[apple/security.git] / OSX / libsecurity_cryptkit / lib / CryptKitDER.cpp
index bb9db9966d6a3b54bbf3d79f9bc92a68f7a82e81..de3b8979e8a51443ee50d79bb0c01db2917217eb 100644 (file)
@@ -55,8 +55,8 @@ class feeException
 protected:
        feeException(feeReturn frtn, const char *op);   
 public:
-       ~feeException() throw() {}
-       feeReturn frtn() const throw() { return mFrtn; }
+       ~feeException() _NOEXCEPT {}
+       feeReturn frtn() const _NOEXCEPT { return mFrtn; }
     static void throwMe(feeReturn frtn, const char *op = NULL) __attribute__((noreturn));
 private:
        feeReturn mFrtn;