smsprotocols/smsstack/common/inc/smsstacklog.h
changeset 62 8ef833fbf5aa
parent 42 3adadc800673
equal deleted inserted replaced
49:f50f4094acd7 62:8ef833fbf5aa
    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);