Browse CVS Repository
Diff of /xoonips/AL/account.h
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 3 |
* |
* |
| 4 |
* $Revision$ |
* $Revision$ |
| 5 |
* $Log$ |
* $Log$ |
| 6 |
|
* Revision 1.8 2005/01/22 00:18:33 aga |
| 7 |
|
* ・indexID を unsigned にした. |
| 8 |
|
* |
| 9 |
* Revision 1.7 2005/01/19 10:06:19 aga |
* Revision 1.7 2005/01/19 10:06:19 aga |
| 10 |
* ・account::UID_GUEST=0を定義. |
* ・account::UID_GUEST=0を定義. |
| 11 |
* |
* |
| 56 |
char* baseURL; //< ベースURL |
char* baseURL; //< ベースURL |
| 57 |
int noticeMail; //< 新着アイテム通知メール送信間隔 |
int noticeMail; //< 新着アイテム通知メール送信間隔 |
| 58 |
time_t noticeMailSince; //< 新着アイテム通知メール送信間隔登録日 |
time_t noticeMailSince; //< 新着アイテム通知メール送信間隔登録日 |
| 59 |
int privateIndexID; //private indexのID |
unsigned int privateIndexID; //private indexのID |
| 60 |
|
|
| 61 |
char* uname; |
char* uname; |
| 62 |
char* name; |
char* name; |
|
|
Legend:
| Removed from v.1.7 |
|
| changed lines |
| |
Added in v.1.8 |
|
|
|