Monotone-Parent: f00a543bf471c61eb6ae74467deeab7f74106169

Monotone-Revision: 502a9aa4532803bb1e5b3526f2e9e8e019a93abc

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-08-14T20:38:41
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2006-08-14 20:38:41 +00:00
parent 3dd47fdae2
commit 7977e55a76
3 changed files with 13 additions and 8 deletions

View File

@ -1,5 +1,10 @@
2006-08-14 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/Contacts/UIxContactsListViewContainerBase.m:
UIxContactsListViewContainer renamed to serve as a base class for
the contact lists in both the contact editor and the contact
selectors.
* SoObjects/Contacts/SOGoContactLDAPFolder.m
([SOGoContactLDAPFolder
-LDAPSetHostname:setPort:setBindDN:setBindPW:setContactIdentifier:

View File

@ -1,4 +1,4 @@
/* UIxContactsListViewContainer.h - this file is part of SOGo
/* UIxContactsListViewContainerBase.h - this file is part of SOGo
*
* Copyright (C) 2006 Inverse groupe conseil
*
@ -20,15 +20,15 @@
* Boston, MA 02111-1307, USA.
*/
#ifndef UIXCONTACTSLISTVIEWCONTAINER_H
#define UIXCONTACTSLISTVIEWCONTAINER_H
#ifndef UIXCONTACTSLISTVIEWCONTAINERBASE_H
#define UIXCONTACTSLISTVIEWCONTAINERBASE_H
#import <SOGoUI/UIxComponent.h>
@class NSArray;
@class SOGoContactFolder;
@interface UIxContactsListViewContainer : UIxComponent
@interface UIxContactsListViewContainerBase : UIxComponent
{
NSString *foldersPrefix;
id currentFolder;
@ -46,4 +46,4 @@
@end
#endif /* UIXCONTACTSLISTVIEWCONTAINER_H */
#endif /* UIXCONTACTSLISTVIEWCONTAINERBASE_H */

View File

@ -1,4 +1,4 @@
/* UIxContactsListViewContainer.m - this file is part of $PROJECT_NAME_HERE$
/* UIxContactsListViewContainerBase.m - this file is part of SOGo
*
* Copyright (C) 2006 Inverse groupe conseil
*
@ -27,11 +27,11 @@
#import <SoObjects/Contacts/SOGoContactFolder.h>
#import "UIxContactsListViewContainer.h"
#import "UIxContactsListViewContainerBase.h"
@class SOGoContactFolders;
@implementation UIxContactsListViewContainer
@implementation UIxContactsListViewContainerBase
- (id) init
{