equal
deleted
inserted
replaced
20 #ifndef T_CCHCLIENTSERVER_H |
20 #ifndef T_CCHCLIENTSERVER_H |
21 #define T_CCHCLIENTSERVER_H |
21 #define T_CCHCLIENTSERVER_H |
22 |
22 |
23 // INCLUDES |
23 // INCLUDES |
24 #include <e32base.h> |
24 #include <e32base.h> |
25 #include <ccherror.h> |
25 #include <CchError.h> |
26 #include <cchtypes.h> |
26 #include <cchtypes.h> |
27 // CONSTANTS |
27 // CONSTANTS |
28 const TUint KCCHMaxServiceNameLength = 64; |
28 const TUint KCCHMaxServiceNameLength = 64; |
29 const TUint KCCHMaxSubservicesCount = 4; |
29 const TUint KCCHMaxSubservicesCount = 4; |
30 const TUint KCCHMaxProtocolNameLength = 512; |
30 const TUint KCCHMaxProtocolNameLength = 512; |
201 * Service's subservices |
201 * Service's subservices |
202 */ |
202 */ |
203 TFixedArray<TCCHSubservice, KCCHMaxSubservicesCount> iSubservices; |
203 TFixedArray<TCCHSubservice, KCCHMaxSubservicesCount> iSubservices; |
204 }; |
204 }; |
205 |
205 |
206 #include "cchclientserver.inl" |
206 #include "CCHClientServer.inl" |
207 |
207 |
208 #endif // T_CCHCLIENTSERVER_H |
208 #endif // T_CCHCLIENTSERVER_H |
209 |
209 |
210 // End of File |
210 // End of File |