Develop and Download Open Source Software

Browse CVS Repository

Diff of /xoonips/AL/account.cc

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

revision 1.3 by youi, Wed Dec 1 10:28:58 2004 UTC revision 1.4 by aga, Fri Jan 14 10:33:37 2005 UTC
# Line 3  Line 3 
3   *   *
4   * $Revision$   * $Revision$
5   * $Log$   * $Log$
6     * Revision 1.4  2005/01/14 10:33:37  aga
7     * ・int privateIndexIDを追加.
8     *
9   * Revision 1.3  2004/12/01 10:28:58  youi   * Revision 1.3  2004/12/01 10:28:58  youi
10   * DBカラム名の変更に伴う修正   * DBカラム名の変更に伴う修正
11   *     institute -> division   *     institute -> division
# Line 65  account::account() Line 68  account::account()
68      setValue( &baseURL, "" );      setValue( &baseURL, "" );
69      noticeMail = 1;      noticeMail = 1;
70      noticeMailSince = 0;      noticeMailSince = 0;
71        privateIndexID = 0;
72    
73      setValue( &uname, "" );      setValue( &uname, "" );
74      setValue( &name, "" );      setValue( &name, "" );
# Line 153  int account::getNoticeMail() const { ret Line 157  int account::getNoticeMail() const { ret
157    
158  time_t account::getNoticeMailSince() const { return noticeMailSince; }  time_t account::getNoticeMailSince() const { return noticeMailSince; }
159    
160    int account::getPrivateIndexID() const { return privateIndexID; }
161    
162  // xoops_user  // xoops_user
163  const char* account::getUname( ) const { return uname; }  const char* account::getUname( ) const { return uname; }
164    
# Line 264  void account::setNoticeMail(int noticeMa Line 270  void account::setNoticeMail(int noticeMa
270    
271  void account::setNoticeMailSince(time_t noticeMailSince){ this -> noticeMailSince = noticeMailSince; }  void account::setNoticeMailSince(time_t noticeMailSince){ this -> noticeMailSince = noticeMailSince; }
272    
273    void account::setPrivateIndexID(int xid){ this -> privateIndexID = xid; }
274    
275  // xoops_user  // xoops_user
276  void account::setUname( const char* uname )  void account::setUname( const char* uname )
277  {  {

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