equal
deleted
inserted
replaced
17 */ |
17 */ |
18 |
18 |
19 |
19 |
20 |
20 |
21 // INCLUDE FILES |
21 // INCLUDE FILES |
22 #include "CPhSrvSubSessionImageHandler.h" |
22 #include "cphsrvsubsessionimagehandler.h" |
23 #include "CPhSrvSession.h" |
23 #include "cphsrvsession.h" |
24 #include "CPhSrvServer.h" |
24 #include "cphsrvserver.h" |
25 #include <e32property.h> |
25 #include <e32property.h> |
26 #include <phclttypes.h> |
26 #include <phclttypes.h> |
27 #include "PhSrvDebugInfo.h" |
27 #include "phsrvdebuginfo.h" |
28 |
28 |
29 // CONSTANTS |
29 // CONSTANTS |
30 _LIT( KPhSrvImageDriveRom, "z:" ); |
30 _LIT( KPhSrvImageDriveRom, "z:" ); |
31 _LIT( KPhSrvVTImageName, "vtstillimage" ); |
31 _LIT( KPhSrvVTImageName, "vtstillimage" ); |
32 _LIT( KPhSrvVTDefaultImageName, "vtdefaultimage." ); |
32 _LIT( KPhSrvVTDefaultImageName, "vtdefaultimage." ); |