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.4 by aga, Fri Jan 14 10:33:37 2005 UTC revision 1.5 by youi, Sat Jan 15 05:31:16 2005 UTC
# Line 3  Line 3 
3   *   *
4   * $Revision$   * $Revision$
5   * $Log$   * $Log$
6     * Revision 1.5  2005/01/15 05:31:16  youi
7     * userid_tを使って定義.
8     *
9   * Revision 1.4  2005/01/14 10:33:37  aga   * Revision 1.4  2005/01/14 10:33:37  aga
10   * ・int privateIndexIDを追加.   * ・int privateIndexIDを追加.
11   *   *
# Line 133  account::~account() Line 136  account::~account()
136      if( user_intrest != 0 ) delete[] user_intrest;      if( user_intrest != 0 ) delete[] user_intrest;
137  }  }
138    
139  int account::getUID() const { return uid; }  userid_t account::getUID() const { return uid; }
140    
141  bool account::getActivate() const { return activate; }  bool account::getActivate() const { return activate; }
142    
# Line 222  int account::getUserMailok( ) const { re Line 225  int account::getUserMailok( ) const { re
225    
226    
227  //  //
228  void account::setUID(int uid){ this -> uid = uid; }  void account::setUID(userid_t uid){ this -> uid = uid; }
229    
230  void account::setActivate(bool activate){ this -> activate = activate; }  void account::setActivate(bool activate){ this -> activate = activate; }
231    

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

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