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.6 by aga, Wed Feb 9 07:23:50 2005 UTC revision 1.7 by tani, Fri Feb 25 07:00:37 2005 UTC
# Line 3  Line 3 
3   *   *
4   * $Revision$   * $Revision$
5   * $Log$   * $Log$
6     * Revision 1.7  2005/02/25 07:00:37  tani
7     * item_number_limit, index_number_limit, item_storage_limitを追加.
8     *
9   * Revision 1.6  2005/02/09 07:23:50  aga   * Revision 1.6  2005/02/09 07:23:50  aga
10   * ・URL to My Personal Archive をDB・ALから消した.   * ・URL to My Personal Archive をDB・ALから消した.
11   *   *
# Line 160  time_t account::getNoticeMailSince() con Line 163  time_t account::getNoticeMailSince() con
163    
164  int account::getPrivateIndexID() const { return privateIndexID; }  int account::getPrivateIndexID() const { return privateIndexID; }
165    
166    int account::getItemNumberLimit() const { return itemNumberLimit; }
167    
168    int account::getIndexNumberLimit() const { return indexNumberLimit; }
169    
170    double account::getItemStorageLimit() const { return itemStorageLimit; }
171    
172  // xoops_user  // xoops_user
173  const char* account::getUname( ) const { return uname; }  const char* account::getUname( ) const { return uname; }
174    
# Line 268  void account::setNoticeMailSince(time_t Line 277  void account::setNoticeMailSince(time_t
277    
278  void account::setPrivateIndexID(int xid){ this -> privateIndexID = xid; }  void account::setPrivateIndexID(int xid){ this -> privateIndexID = xid; }
279    
280    void account::setItemNumberLimit( int x ){ itemNumberLimit = x; }
281    
282    void account::setIndexNumberLimit( int x ){ indexNumberLimit = x; }
283    
284    void account::setItemStorageLimit( double x ){ itemStorageLimit = x; }
285    
286  // xoops_user  // xoops_user
287  void account::setUname( const char* uname )  void account::setUname( const char* uname )
288  {  {

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

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