Develop and Download Open Source Software

Browse CVS Repository

Diff of /xoonips/AL/session.cc

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

revision 1.3 by aga, Fri Nov 26 06:24:53 2004 UTC revision 1.4 by aga, Sat Nov 27 02:24:45 2004 UTC
# Line 4  Line 4 
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   *   *
# Line 46  userid_t session::getUserID() const { re Line 49  userid_t session::getUserID() const { re
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

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