phoneengine/phonemodel/inc/cpeparsersshandler.h
changeset 78 baacf668fe89
parent 65 2a5d4ab426d3
equal deleted inserted replaced
76:cfea66083b62 78:baacf668fe89
     1 /*
     1 /*
     2 * Copyright (c) 2002-2007 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    42 class PSetCallDivertingWrapper;
    42 class PSetCallDivertingWrapper;
    43 class PSetCallWaitingWrapper;
    43 class PSetCallWaitingWrapper;
    44 class PSetWrapper;
    44 class PSetWrapper;
    45 class PsUiDivertNoteHandler;
    45 class PsUiDivertNoteHandler;
    46 class PsUiWaitingNoteHandler;
    46 class PsUiWaitingNoteHandler;
       
    47 class PsUiCliNoteHandler;
    47 
    48 
    48 // CLASS DECLARATION
    49 // CLASS DECLARATION
    49 
    50 
    50 /**
    51 /**
    51 *  Handles phone related messages from the MPEPhoneModelInternal object.
    52 *  Handles phone related messages from the MPEPhoneModelInternal object.
   284         CPsuiContainer* iObsContainer;
   285         CPsuiContainer* iObsContainer;
   285        
   286        
   286         // Owned call barring.
   287         // Owned call barring.
   287         CPsetCallBarring* iBarring;
   288         CPsetCallBarring* iBarring;
   288     
   289     
   289         // Owned calling line identity.
   290         // Calling line identity. Not own.
   290         CPsetCli* iCli;
   291         CPsetCli* iCli;
       
   292         // Calling line identity note handler. Own.
       
   293         PsUiCliNoteHandler* iCliNoteHandler;
   291         
   294         
   292         // Call diverting. Not own.
   295         // Call diverting. Not own.
   293         CPsetCallDiverting* iDivert;  
   296         CPsetCallDiverting* iDivert;  
   294         // Call divert wrapper. Not own
   297         // Call divert wrapper. Not own
   295         PSetCallDivertingWrapper* iCallDivertingWrapper;
   298         PSetCallDivertingWrapper* iCallDivertingWrapper;