Develop and Download Open Source Software

Browse CVS Repository

Contents of /undmail/proto/AccountInfo/PrototypeAccountInfo.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download) (as text)
Thu Mar 6 13:50:01 2003 UTC (21 years, 1 month ago) by masakih
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +2 -25 lines
File MIME type: text/x-chdr
dependency from accountInfo is lessened. using protocol.

1 //
2 // PrototypeAccountInfo.h
3 // undproto
4 //
5 // Created by Hori,Masaki on Mon Nov 18 2002.
6 //
7
8 #import <Foundation/Foundation.h>
9 #import <UnnamedMail/AccountInfoProtocol.h>
10
11
12 @interface PrototypeAccountInfo : NSObject <AccountInfo, NSCoding>
13 {
14 NSString* host;
15 NSString* account;
16 unsigned port;
17
18 NSString* keychainPath;
19
20 int status;
21 }
22
23 @end
24
25 @interface PrototypeAccountInfo (Keychain)
26
27 -(SecKeychainRef)keychain;
28 -(SecKeychainItemRef)keychainItem;
29
30 @end
31

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26