cbsref/telephonyrefplugins/atltsy/atcommand/generic/inc/unsolicitedparams.h
branchRCL_3
changeset 65 630d2f34d719
equal deleted inserted replaced
61:17af172ffa5f 65:630d2f34d719
       
     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 define the unsolicted event data
       
    15 // 
       
    16 
       
    17 #ifndef UNSOLICITEDPARAMS_H_
       
    18 #define UNSOLICITEDPARAMS_H_
       
    19 
       
    20 #include <e32std.h>
       
    21 
       
    22 class TUnsolicitedParams
       
    23 	{
       
    24 public:
       
    25 	TUnsolicitedParams();
       
    26 	void InitParams();
       
    27 public:
       
    28 	typedef TPckgBuf<TUnsolicitedParams> TUnsolicitedParamsPckgBuf;
       
    29 public:
       
    30 	TInt iEvent;
       
    31 	TInt iIdx;
       
    32 	};
       
    33 
       
    34 #endif /*UNSOLICITEDPARAMS_H_*/