mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-24 04:45:24 +00:00
Monotone-Parent: f00a543bf471c61eb6ae74467deeab7f74106169
Monotone-Revision: 502a9aa4532803bb1e5b3526f2e9e8e019a93abc Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-08-14T20:38:41 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
+5
-5
@@ -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 */
|
||||
+3
-3
@@ -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
|
||||
{
|
||||
Reference in New Issue
Block a user