--- a/satengine/SatServer/Commands/SetUpCallCmd/inc/csetupcallrequesthandler.h Wed Jun 23 18:49:32 2010 +0300
+++ b/satengine/SatServer/Commands/SetUpCallCmd/inc/csetupcallrequesthandler.h Tue Jul 06 14:53:02 2010 +0300
@@ -92,6 +92,11 @@
*/
CSetupCallRequestHandler( MSatMultiModeApi& aPhone,
CSetUpCallHandler* aDispatcher );
+
+ /**
+ * By default Symbian 2nd phase constructor is private.
+ */
+ void ConstructL();
private: // Data
@@ -101,7 +106,7 @@
MSatMultiModeApi& iPhone;
/**
- * Pointer to SendSs command handler
+ * Pointer to SetupCall command handler
*/
CSetUpCallHandler* iDispatcher;