hti/HtiFramework/inc/HtiMessage.h
changeset 13 33016869e0dd
parent 0 a03f92240627
child 17 67c6ff54ec25
equal deleted inserted replaced
0:a03f92240627 13:33016869e0dd
    25 
    25 
    26 const TInt KDefaultPriority = 0;
    26 const TInt KDefaultPriority = 0;
    27 const TInt KPriorityMask = 0x2;
    27 const TInt KPriorityMask = 0x2;
    28 const TInt KHtiMsgServiceUidLen = 4;
    28 const TInt KHtiMsgServiceUidLen = 4;
    29 
    29 
    30 class CHtiMessage : public CBase
    30 
       
    31 class CHtiMessage  : public CBase
    31     {
    32     {
    32 public:
    33 public:
    33     /**
    34     /**
    34     * Constructs and parses a new message from descriptor in question.
    35     * Constructs and parses a new message from descriptor in question.
    35     * This method is used to construct hti message from incoming data.
    36     * This method is used to construct hti message from incoming data.