| 54 |
54 |
| 55 #define CUI_USER_LIST 1 |
55 #define CUI_USER_LIST 1 |
| 56 #define CUI_USER_ADD 2 |
56 #define CUI_USER_ADD 2 |
| 57 #define CUI_USER_REMOVE 3 |
57 #define CUI_USER_REMOVE 3 |
| 58 #define CUI_USER_MODIFY 4 /* this handles moving them in the list too */ |
58 #define CUI_USER_MODIFY 4 /* this handles moving them in the list too */ |
| |
59 #define CUI_USER_SIGNON 5 |
| 59 |
60 |
| 60 #define CUI_CONN_LIST 1 |
61 #define CUI_CONN_LIST 1 |
| 61 #define CUI_CONN_PROGRESS 2 |
62 #define CUI_CONN_PROGRESS 2 |
| 62 #define CUI_CONN_ONLINE 3 |
63 #define CUI_CONN_ONLINE 3 |
| 63 #define CUI_CONN_OFFLINE 4 /* this may send a "reason" for why it was killed */ |
64 #define CUI_CONN_OFFLINE 4 /* this may send a "reason" for why it was killed */ |