equal
deleted
inserted
replaced
13 * |
13 * |
14 * Description: Base class for SAT commands |
14 * Description: Base class for SAT commands |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 |
|
19 |
|
20 #ifndef CSATCOMMANDHANDLER_H |
18 #ifndef CSATCOMMANDHANDLER_H |
21 #define CSATCOMMANDHANDLER_H |
19 #define CSATCOMMANDHANDLER_H |
22 |
20 |
23 // INCLUDES |
21 // INCLUDES |
24 #include <e32base.h> |
22 #include <e32base.h> |
25 #include <etelsat.h> |
23 #include <etelsat.h> |
26 #include <SecondaryDisplay/secondarydisplaysatapi.h> |
24 #include <secondarydisplay/secondarydisplaysatapi.h> |
27 #include "MSatUtils.h" |
25 #include "MSatUtils.h" |
28 #include "MSatEventObserver.h" |
26 #include "MSatEventObserver.h" |
29 #include "MSatCommand.h" |
27 #include "MSatCommand.h" |
30 |
28 |
31 // CLASS DECLARATION |
29 // CLASS DECLARATION |