equal
deleted
inserted
replaced
16 */ |
16 */ |
17 |
17 |
18 |
18 |
19 // INCLUDE FILES |
19 // INCLUDE FILES |
20 #include <obexutilsmessagehandler.h> |
20 #include <obexutilsmessagehandler.h> |
21 |
21 #include <btmsgtypeuid.h> // BT Message Uid |
22 // btmsgtypeuid.h is on APP layer, we can't use it. |
|
23 // define KUidMsgTypeBt locally here for now. this need's to be |
|
24 // changed back after moving component to APP-layer |
|
25 //#include <btmsgtypeuid.h> // BT Message Uid |
|
26 const TInt32 KUidMsgTypeBtTInt32 = 0x10009ED5; |
|
27 const TUid KUidMsgTypeBt = {KUidMsgTypeBtTInt32}; |
|
28 |
22 |
29 #include "sconinboxhandler.h" |
23 #include "sconinboxhandler.h" |
30 #include "debug.h" |
24 #include "debug.h" |
31 #include "sconconsts.h" |
25 #include "sconconsts.h" |
32 |
26 |