smsprotocols/smsstack/common/inc/smsstacklog.h
changeset 53 12b52b1a573e
parent 44 8b72faa1200f
equal deleted inserted replaced
52:60785a088077 53:12b52b1a573e
    21 
    21 
    22 //
    22 //
    23 // Functions to perform specific logging where necessary.
    23 // Functions to perform specific logging where necessary.
    24 //
    24 //
    25 
    25 
    26     void LogSmsIfPDU(const TDesC8& aText, const TDesC8& aPDU, TBool aCommandPdu);
    26     void LogSmsIfPDUL(const TDesC8& aText, const TDesC8& aPDU, TBool aCommandPdu);
    27     void LogSmsIfHexBuf(const TDesC8& aText, const TDesC8& aHexBuf);
    27     void LogSmsIfHexBuf(const TDesC8& aText, const TDesC8& aHexBuf);
    28     void LogSmsIfTypeOfNumber(const TDesC8& aText, RMobilePhone::TMobileTON aTON);
    28     void LogSmsIfTypeOfNumber(const TDesC8& aText, RMobilePhone::TMobileTON aTON);
    29     void LogSmsIfNumberingPlan(const TDesC8& aText, RMobilePhone::TMobileNPI aNPI);
    29     void LogSmsIfNumberingPlan(const TDesC8& aText, RMobilePhone::TMobileNPI aNPI);
    30     void LogSmsIfSmsEntry(const TDesC8& aText,
    30     void LogSmsIfSmsEntry(const TDesC8& aText,
    31                           const RMobileSmsStore::TMobileGsmSmsEntryV1& aSmsGsmEntryV1);
    31                           const RMobileSmsStore::TMobileGsmSmsEntryV1& aSmsGsmEntryV1);