equal
deleted
inserted
replaced
1170 |
1170 |
1171 // |
1171 // |
1172 // Set this session as Priority client |
1172 // Set this session as Priority client |
1173 // |
1173 // |
1174 IMPORT_C TInt SetPriorityClientV2() const; |
1174 IMPORT_C TInt SetPriorityClientV2() const; |
1175 |
1175 |
|
1176 // |
|
1177 // Type of incoming request offered for clients to accept/reject. |
|
1178 // |
|
1179 enum TIncomingEventType |
|
1180 { |
|
1181 EUssdType |
|
1182 }; |
1176 }; |
1183 }; |
1177 |
1184 |
1178 |
1185 /** Registering interest in new incoming dialogues. |
|
1186 |
|
1187 Interest Category flags. */ |
|
1188 enum TInterestCategory |
|
1189 { |
|
1190 /** Priority client. Only one can be registered with this category */ |
|
1191 EInterestCategoryPriority=0x00000001, |
|
1192 /** Standard client */ |
|
1193 EInterestCategoryStandard=0x00000002, |
|
1194 /** Default client. Only one can be registered with this category */ |
|
1195 EInterestCategoryDefault=0x00000004, |
|
1196 }; |
|
1197 |
|
1198 |
1179 #include <etel.inl> |
1199 #include <etel.inl> |
1180 #endif |
1200 #endif |