From d621f36c2ce40549b8e1590a95a4bc6bf67dd061 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 10 Jul 2007 14:19:13 +0000 Subject: [PATCH] Monotone-Parent: 9ea4114fbf6afc57384f977b75fb50113bf00a63 Monotone-Revision: c63043930112867a49e597782a3e8abfc45f8d27 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-07-10T14:19:13 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/SOGoAuthenticator.h | 1 + 1 file changed, 1 insertion(+) diff --git a/SoObjects/SOGo/SOGoAuthenticator.h b/SoObjects/SOGo/SOGoAuthenticator.h index 3ada07357..6f8cd5feb 100644 --- a/SoObjects/SOGo/SOGoAuthenticator.h +++ b/SoObjects/SOGo/SOGoAuthenticator.h @@ -44,6 +44,7 @@ + (id) sharedSOGoAuthenticator; - (SOGoUser *) userInContext: (WOContext *) _ctx; +- (NSString *) passwordInContext: (WOContext *) context; @end