cbsref/telephonyrefplugins/atltsy/atcommand/callcontrol/inc/allcallreleasecompleteobserver.h
changeset 44 8b72faa1200f
equal deleted inserted replaced
39:2473f5e227f9 44:8b72faa1200f
       
     1 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // MAllCallReleaseCompleteObserver
       
    15 
       
    16 
       
    17 #ifndef ALLCALLRELEASECOMPLETEOBSERVER_H_
       
    18 #define ALLCALLRELEASECOMPLETEOBSERVER_H_
       
    19 
       
    20 //system include
       
    21 #include <e32std.h>
       
    22 //user include
       
    23 
       
    24 
       
    25 class MAllCallReleaseCompleteObserver
       
    26 	{
       
    27 public:
       
    28 	
       
    29 	/**
       
    30 	 * All call was released by ATH
       
    31 	 */
       
    32 	virtual void ReleaseAllCallComplete(TInt aError) = 0;
       
    33 	};
       
    34 
       
    35 #endif /*ALLCALLRELEASECOMPLETENOTIFY_H_*/