equal
deleted
inserted
replaced
50 private : |
50 private : |
51 CPTPIPCommandHandler(CPTPIPConnection& aConnection); |
51 CPTPIPCommandHandler(CPTPIPConnection& aConnection); |
52 |
52 |
53 void SendDataCompleteL(TInt aError, const MMTPType& aSource); |
53 void SendDataCompleteL(TInt aError, const MMTPType& aSource); |
54 void ReceiveDataCompleteL(TInt aError, MMTPType& aSink); |
54 void ReceiveDataCompleteL(TInt aError, MMTPType& aSink); |
55 |
|
56 /** |
|
57 FLOGGER debug trace member variable. |
|
58 */ |
|
59 __FLOG_DECLARATION_MEMBER; |
|
60 |
|
61 }; |
55 }; |
62 |
56 |
63 #endif /*CCOMMANDHANDLER_H_*/ |
57 #endif /*CCOMMANDHANDLER_H_*/ |