hti/HtiFramework/inc/HtiMessage.h
branchRCL_3
changeset 18 d27dfa8884ad
parent 0 a03f92240627
equal deleted inserted replaced
14:381827f66490 18:d27dfa8884ad
    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 NONSHARABLE_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.