Develop and Download Open Source Software

Browse CVS Repository

Annotation of /xoonips/AL/session.h

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


Revision 1.2 - (hide annotations) (download) (as text)
Thu Nov 25 04:12:03 2004 UTC (19 years, 4 months ago) by youi
Branch: MAIN
Changes since 1.1: +6 -2 lines
File MIME type: text/x-chdr
typedefを追加.

1 youi 1.1 /*
2     *
3     * ?祉???激?с?括??????????鴻???荐?
4     *
5 youi 1.2 * $Revision: 1.1 $
6     * $Log: session.h,v $
7     * Revision 1.1 2004/11/24 06:53:07 youi
8     * initial version
9     *
10 youi 1.1 *
11     */
12    
13     #if !defined( SESSION_H )
14     #define SESSION_H
15    
16     #include <time.h>
17    
18     class session{
19     private:
20     unsigned long sessionID; //?祉???激?с??D
21     unsigned long remoteHost; //???≪?若?????鴻????P
22     time_t date; //?祉???激?с?割????ユ??
23    
24     void sessionid( unsigned long remoteHost, time_t date );
25     public:
26     session();
27     session( unsigned long remoteHost, time_t date );
28     ~session();
29    
30     unsigned long getSessionID();
31     unsigned long getRemoteHost();
32     time_t getDate();
33    
34     void setRemoteHost( unsigned long remoteHost );
35     void setDate( time_t date );
36     };
37    
38 youi 1.2 typedef session session_t;
39 youi 1.1 #endif
40    

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