Develop and Download Open Source Software

Browse CVS Repository

Contents of /undmail/proto/POPEngineAndPOPController/CommunicationRequest.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 -2 lines
File MIME type: text/x-chdr
dependency from accountInfo is lessened. using protocol.

1 //
2 // CommunicationRequest.h
3 //
4 // Created by Hori,Masaki on Tue Nov 26 2002.
5 //
6
7 #import <Foundation/NSObject.h>
8
9
10 @protocol CommunicationRequest <NSObject>
11
12 -(void)operate;
13 -(void)terminate;
14
15 @end

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