Browse CVS Repository
Diff of /xoonips/AL/session.cc
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 4 |
* |
* |
| 5 |
* $Revision$ |
* $Revision$ |
| 6 |
* $Log$ |
* $Log$ |
| 7 |
|
* Revision 1.4 2004/11/27 02:24:45 aga |
| 8 |
|
* ・sessionidを自動生成しないよう修正. |
| 9 |
|
* |
| 10 |
* Revision 1.3 2004/11/26 06:24:53 aga |
* Revision 1.3 2004/11/26 06:24:53 aga |
| 11 |
* ・sessionのメンバにuserid_tを追加. |
* ・sessionのメンバにuserid_tを追加. |
| 12 |
* |
* |
| 49 |
void session::setRemoteHost( unsigned long remoteHost ) |
void session::setRemoteHost( unsigned long remoteHost ) |
| 50 |
{ |
{ |
| 51 |
this -> remoteHost = remoteHost; |
this -> remoteHost = remoteHost; |
|
sessionid( remoteHost, date ); |
|
| 52 |
} |
} |
| 53 |
void session::setDate( time_t date ) |
void session::setDate( time_t date ) |
| 54 |
{ |
{ |
| 55 |
this -> date = date; |
this -> date = date; |
|
sessionid( remoteHost, date ); |
|
| 56 |
} |
} |
| 57 |
|
|
| 58 |
void session::sessionid( unsigned long remoteHost, time_t date ) |
void session::sessionid( unsigned long remoteHost, time_t date ) |
|
|
Legend:
| Removed from v.1.3 |
|
| changed lines |
| |
Added in v.1.4 |
|
|
|