connectionutilities/ConnectionDialogs/src/ConnectionDialogsNotifBase.cpp
changeset 41 bbb64eb3bdee
parent 0 5a93021fdf25
equal deleted inserted replaced
40:c5b848e6c7d1 41:bbb64eb3bdee
    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()