cbsref/telephonyrefplugins/atltsy/atcommand/generic/inc/atipcrequestcompleteobserver.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 // This contains MIpcRequestCompleteObserver which store one and only one solicited active at command and a number of active 
       
    15 // 
       
    16 
       
    17 #ifndef ATIPCREQUESTCOMPLETEOBSERVER_H_
       
    18 #define ATIPCREQUESTCOMPLETEOBSERVER_H_
       
    19 
       
    20 class MIpcRequestCompleteObserver
       
    21     {
       
    22 public:    
       
    23     virtual void NotifyIpcRequestComplete(TInt aIpcId) = 0;
       
    24     };
       
    25 #endif /* ATIPCREQUESTCOMPLETEOBSERVER_H_ */