cbsref/telephonyrefplugins/atltsy/atcommand/generic/src/unsolicitedparams.cpp
branchRCL_3
changeset 20 07a122eea281
parent 19 630d2f34d719
child 21 4814c5a49428
equal deleted inserted replaced
19:630d2f34d719 20:07a122eea281
     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 //user include
       
    18 #include "unsolicitedparams.h"
       
    19 
       
    20 TUnsolicitedParams::TUnsolicitedParams()
       
    21 	{
       
    22 	iEvent = -1;
       
    23 	iIdx = 0;
       
    24 	}
       
    25 
       
    26 void TUnsolicitedParams::InitParams()
       
    27 	{
       
    28 	iEvent = -1;
       
    29 	iIdx = 0;	
       
    30 	}
       
    31 
       
    32 //End of file