From 83e1b0430ef46225aa1c1108e960c3758d5086e3 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Mon, 27 Aug 2012 06:58:20 +0000 Subject: Should inherit from NSObject. --- Source/SPConnectionControllerDelegateProtocol.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/SPConnectionControllerDelegateProtocol.h b/Source/SPConnectionControllerDelegateProtocol.h index 352c439f..7f026b6d 100644 --- a/Source/SPConnectionControllerDelegateProtocol.h +++ b/Source/SPConnectionControllerDelegateProtocol.h @@ -37,19 +37,19 @@ * * Connection controller delegate protocol. */ -@protocol SPConnectionControllerDelegateProtocol +@protocol SPConnectionControllerDelegateProtocol /** * Called when the connection controller starts initiating the connection process. * - * @param controller The calling connection controller + * @param controller The calling connection controller. */ - (void)connectionControllerInitiatingConnection:(id)controller; /** * Called when the connection controller's connection attempt failed. * - * @param controller The calling connection controller + * @param controller The calling connection controller. */ - (void)connectionControllerConnectAttemptFailed:(id)controller; -- cgit v1.2.3