00001 // //////////////////////////////////////////////////////////////////////////// 00002 // //////////////////////////////////////////////////////////////////////////// 00017 00018 00019 #ifndef APPLDEFS_H 00020 00021 #define APPLDEFS_H 00022 00024 typedef enum 00025 { 00026 APPL_CR_IN_PROGRESS = 0, 00027 APPL_CR_ERROR, 00028 APPL_CR_CLOSED, 00029 APPL_CR_CONNECTED 00030 } APPL_CONNECTING_RETCODE; 00031 00032 #endif // #ifdef APPLDEFS_H
1.5.5