equal
deleted
inserted
replaced
42 #include "vcxmyvideosasyncfileoperations.h" |
42 #include "vcxmyvideosasyncfileoperations.h" |
43 #include "vcxmyvideosopenhandler.h" |
43 #include "vcxmyvideosopenhandler.h" |
44 |
44 |
45 const TInt KMaxFileDeleteAttempts = 4; |
45 const TInt KMaxFileDeleteAttempts = 4; |
46 const TInt KFileDeleteLoopDelay = 100000; |
46 const TInt KFileDeleteLoopDelay = 100000; |
47 |
|
48 // Add 2000 new videos to memory card. Reboot phone, mds starts harvesting, |
|
49 // open my videos -> mds server crashes and lots of events is sent to client. |
|
50 // If one waits until all are harvested before opening my videos, it works. |
|
51 |
|
52 |
47 |
53 // ============================ MEMBER FUNCTIONS ============================== |
48 // ============================ MEMBER FUNCTIONS ============================== |
54 |
49 |
55 // ---------------------------------------------------------------------------- |
50 // ---------------------------------------------------------------------------- |
56 // Two-phased constructor. |
51 // Two-phased constructor. |