branch | GCC_SURGE |
changeset 13 | c9471d26c7f2 |
parent 11 | f683e24efca3 |
child 14 | 896e9dbc5f19 |
9:bfc95e24a059 | 13:c9471d26c7f2 |
---|---|
99 ~IRQSettings(); |
99 ~IRQSettings(); |
100 |
100 |
101 /** |
101 /** |
102 * Creates IRQSettings instance |
102 * Creates IRQSettings instance |
103 */ |
103 */ |
104 static IRQSettings* createInstanceL(); |
104 static IRQSettings* createInstance(); |
105 static void doCreateInstanceL(IRQSettings * aQsettings); |
|
105 |
106 |
106 void constructL(); |
107 void constructL(); |
107 |
108 |
108 private: |
109 private: |
109 |
110 |