equal
deleted
inserted
replaced
86 // --------------------------------------------------------- |
86 // --------------------------------------------------------- |
87 // CConnectionDialogsNotifBase::CConnectionDialogsNotifBase() |
87 // CConnectionDialogsNotifBase::CConnectionDialogsNotifBase() |
88 // --------------------------------------------------------- |
88 // --------------------------------------------------------- |
89 // |
89 // |
90 CConnectionDialogsNotifBase::CConnectionDialogsNotifBase() |
90 CConnectionDialogsNotifBase::CConnectionDialogsNotifBase() |
91 : iCancelled( EFalse ), |
91 : iReplySlot( 0 ), |
|
92 iCancelled( EFalse ), |
92 iResource( 0 ) |
93 iResource( 0 ) |
93 { |
94 { |
|
95 iInfo.iUid = TUid::Null(); |
|
96 iInfo.iChannel = TUid::Null(); |
|
97 iInfo.iPriority = 0; |
94 } |
98 } |
95 |
99 |
96 |
100 |
97 // --------------------------------------------------------- |
101 // --------------------------------------------------------- |
98 // void CConnectionDialogsNotifBase::ConstructL() |
102 // void CConnectionDialogsNotifBase::ConstructL() |