phoneplugins/infowidgetplugin/infowidgetprovider/infowidget/src/infowidgetengine_s.cpp
equal
deleted
inserted
replaced
30 /*! |
30 /*! |
31 InfoWidgetEngine::~InfoWidgetEngine |
31 InfoWidgetEngine::~InfoWidgetEngine |
32 */ |
32 */ |
33 InfoWidgetEngine::~InfoWidgetEngine() |
33 InfoWidgetEngine::~InfoWidgetEngine() |
34 { |
34 { |
35 DPRINT; |
35 DPRINT; |
36 } |
36 } |
37 |
37 |
38 /*! |
38 /*! |
39 InfoWidgetEngine::logModelData |
39 InfoWidgetEngine::logModelData |
40 |
40 |
95 void InfoWidgetEngine::updateLineDataToModel() |
95 void InfoWidgetEngine::updateLineDataToModel() |
96 { |
96 { |
97 DPRINT; |
97 DPRINT; |
98 } |
98 } |
99 |
99 |
100 |
100 /*! |
|
101 InfoWidgetEngine::handleNetworkError |
|
102 */ |
101 void InfoWidgetEngine::handleNetworkError(int operation, int errorCode) |
103 void InfoWidgetEngine::handleNetworkError(int operation, int errorCode) |
102 { |
104 { |
103 DPRINT << ": operation: " << operation << " error code: " << errorCode; |
105 DPRINT << ": operation: " << operation << " error code: " << errorCode; |
104 } |
106 } |
105 |
107 |
|
108 /*! |
|
109 InfoWidgetEngine::handleSatError |
|
110 */ |
106 void InfoWidgetEngine::handleSatError(int operation, int errorCode) |
111 void InfoWidgetEngine::handleSatError(int operation, int errorCode) |
107 { |
112 { |
108 DPRINT << ": operation: " << operation << " error code: " << errorCode; |
113 DPRINT << ": operation: " << operation << " error code: " << errorCode; |
109 } |
114 } |
110 |
115 |
|
116 /*! |
|
117 InfoWidgetEngine::handleLineError |
|
118 */ |
111 void InfoWidgetEngine::handleLineError(int operation, int errorCode) |
119 void InfoWidgetEngine::handleLineError(int operation, int errorCode) |
112 { |
120 { |
113 DPRINT << ": operation: " << operation << " error code: " << errorCode; |
121 DPRINT << ": operation: " << operation << " error code: " << errorCode; |
114 } |
122 } |
115 |
123 |