Develop and Download Open Source Software

Browse CVS Repository

Diff of /xoonips/AL/session.h

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

revision 1.5 by aga, Tue Nov 30 05:46:32 2004 UTC revision 1.6 by youi, Thu Jan 6 07:24:07 2005 UTC
# Line 4  Line 4 
4   *   *
5   * $Revision$   * $Revision$
6   * $Log$   * $Log$
7     * Revision 1.6  2005/01/06 07:24:07  youi
8     * getUserIDをgetUIDに,setUserIDをsetUIDに改名した.
9     *
10   * Revision 1.5  2004/11/30 05:46:32  aga   * Revision 1.5  2004/11/30 05:46:32  aga
11   * ・sessionからremoteHostを削除.   * ・sessionからremoteHostを削除.
12   *   *
# Line 11  Line 14 
14   * ・sessionのメンバにuserid_tを追加.   * ・sessionのメンバにuserid_tを追加.
15   *   *
16   * Revision 1.3  2004/11/25 09:00:41  youi   * Revision 1.3  2004/11/25 09:00:41  youi
17   * get系関数にconst修飾.   * get系関数にconst修飾.
18   * sessionid_tをtypedefした.   * sessionid_tをtypedefした.
19   *   *
20   * Revision 1.2  2004/11/25 04:12:03  youi   * Revision 1.2  2004/11/25 04:12:03  youi
# Line 44  public: Line 47  public:
47            
48      sessionid_t getSessionID() const;      sessionid_t getSessionID() const;
49      time_t getDate() const;      time_t getDate() const;
50      userid_t getUserID() const;      userid_t getUID() const;
51    
52      void setDate( time_t date );      void setDate( time_t date );
53      void setSessionID( sessionid_t );      void setSessionID( sessionid_t );
54      void setUserID( userid_t );      void setUID( userid_t );
55  };  };
56    
57  typedef session session_t;  typedef session session_t;

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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