iptel_plat/cch_client_api/inc/cchclientserver.h
branchRCL_3
changeset 20 65a3ef1d5bd0
parent 0 a4daefaec16c
equal deleted inserted replaced
18:8c9c07ad8b6b 20:65a3ef1d5bd0
    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