equal
deleted
inserted
replaced
21 |
21 |
22 #ifndef PTPDEF_H |
22 #ifndef PTPDEF_H |
23 #define PTPDEF_H |
23 #define PTPDEF_H |
24 |
24 |
25 #include <e32std.h> |
25 #include <e32std.h> |
26 #include <comms-infras/commsdebugutility.h> // for __FLOG debugging |
|
27 |
26 |
28 _LIT( KPTPServer, "PtpServer" ); |
27 _LIT( KPTPServer, "PtpServer" ); |
29 _LIT( KPTPClientPanicCategory, "PTPServ-Client"); |
28 _LIT( KPTPClientPanicCategory, "PTPServ-Client"); |
30 |
|
31 __FLOG_STMT(_LIT8(KComponent, "PictBridgeDp");) |
|
32 __FLOG_STMT(_LIT8(KPtpServerLog, "PTPServer");) |
|
33 |
29 |
34 const TInt KPtpServerVersionMinor = 1; |
30 const TInt KPtpServerVersionMinor = 1; |
35 const TInt KPtpServerVersionMajor = 1; |
31 const TInt KPtpServerVersionMajor = 1; |
36 const TInt KFileNameAndPathLength = 32; |
32 const TInt KFileNameAndPathLength = 32; |
37 |
33 |