From 1e053cf91e6d3a62df1d3e24ffbeba9fefa2f242 Mon Sep 17 00:00:00 2001 From: Andreas Linde Date: Mon, 28 Jan 2013 18:37:26 +0100 Subject: [PATCH] Mark deprecated delegates as deprecated And not only mention it in the documentation --- Classes/BITCrashManagerDelegate.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Classes/BITCrashManagerDelegate.h b/Classes/BITCrashManagerDelegate.h index 16bb2e582e..fb3e88f5ca 100644 --- a/Classes/BITCrashManagerDelegate.h +++ b/Classes/BITCrashManagerDelegate.h @@ -63,7 +63,7 @@ @warning When returning a non nil value, crash reports are not anonymous any more and the alerts will not show the "anonymous" word! */ --(NSString *)userNameForCrashManager:(BITCrashManager *)crashManager; +-(NSString *)userNameForCrashManager:(BITCrashManager *)crashManager DEPRECATED_ATTRIBUTE; @@ -76,7 +76,7 @@ @warning When returning a non nil value, crash reports are not anonymous any more and the alerts will not show the "anonymous" word! */ --(NSString *)userEmailForCrashManager:(BITCrashManager *)crashManager; +-(NSString *)userEmailForCrashManager:(BITCrashManager *)crashManager DEPRECATED_ATTRIBUTE;