Develop and Download Open Source Software

Browse CVS Repository

Diff of /xoonips/AL/account.h

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

revision 1.8 by aga, Sat Jan 22 00:18:33 2005 UTC revision 1.9 by aga, Wed Feb 9 07:23:50 2005 UTC
# Line 3  Line 3 
3   *   *
4   * $Revision$   * $Revision$
5   * $Log$   * $Log$
6     * Revision 1.9  2005/02/09 07:23:50  aga
7     * ・URL to My Personal Archive をDB・ALから消した.
8     *
9   * Revision 1.8  2005/01/22 00:18:33  aga   * Revision 1.8  2005/01/22 00:18:33  aga
10   * ・indexID を unsigned にした.   * ・indexID を unsigned にした.
11   *   *
# Line 53  private: Line 56  private:
56      char* country;      //< 国名      char* country;      //< 国名
57      char* zipcode;      //< 郵便番号      char* zipcode;      //< 郵便番号
58      char* fax;  //< ファックス番号      char* fax;  //< ファックス番号
     char* baseURL;      //< ベースURL  
59      int noticeMail;     //< 新着アイテム通知メール送信間隔      int noticeMail;     //< 新着アイテム通知メール送信間隔
60      time_t noticeMailSince;     //< 新着アイテム通知メール送信間隔登録日      time_t noticeMailSince;     //< 新着アイテム通知メール送信間隔登録日
61      unsigned int privateIndexID; //private indexのID      unsigned int privateIndexID; //private indexのID
# Line 106  public: Line 108  public:
108      const char *getCountry() const;      const char *getCountry() const;
109      const char *getZipcode() const;      const char *getZipcode() const;
110      const char *getFax() const;      const char *getFax() const;
     const char *getBaseURL() const;  
111      int getNoticeMail() const;      int getNoticeMail() const;
112      time_t getNoticeMailSince() const;      time_t getNoticeMailSince() const;
113      int getPrivateIndexID() const;      int getPrivateIndexID() const;
# Line 152  public: Line 153  public:
153      void setCountry(const char *country);      void setCountry(const char *country);
154      void setZipcode(const char *zipcode);      void setZipcode(const char *zipcode);
155      void setFax(const char *fax);      void setFax(const char *fax);
     void setBaseURL(const char *baseURL);  
156      void setNoticeMail(int noticeMail);      void setNoticeMail(int noticeMail);
157      void setNoticeMailSince( time_t noticeMailSince);      void setNoticeMailSince( time_t noticeMailSince);
158      void setPrivateIndexID(int xid);      void setPrivateIndexID(int xid);

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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