epoc32/include/smsuset.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
     1.1 --- a/epoc32/include/smsuset.h	Wed Mar 31 12:27:01 2010 +0100
     1.2 +++ b/epoc32/include/smsuset.h	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -1,9 +1,9 @@
     1.4  // Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5  // All rights reserved.
     1.6  // This component and the accompanying materials are made available
     1.7 -// under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
     1.8 +// under the terms of "Eclipse Public License v1.0"
     1.9  // which accompanies this distribution, and is available
    1.10 -// at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
    1.11 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.12  //
    1.13  // Initial Contributors:
    1.14  // Nokia Corporation - initial contribution.
    1.15 @@ -15,8 +15,6 @@
    1.16  // 
    1.17  //
    1.18  
    1.19 -
    1.20 -
    1.21  /**
    1.22   @file
    1.23  */
    1.24 @@ -89,7 +87,7 @@
    1.25  private:
    1.26  	enum
    1.27  		{
    1.28 -		KDefaultTimeoutMicroSeconds32=60000000 ///<60 sec
    1.29 +		KDefaultTimeoutMicroSeconds32=60000000 //<60 sec
    1.30  		};
    1.31  	enum
    1.32  		{
    1.33 @@ -97,19 +95,19 @@
    1.34  		};
    1.35  	enum
    1.36  		{
    1.37 -		KDefaultReassemblyLifetime=2*1440 ///< two days
    1.38 +		KDefaultReassemblyLifetime=2*1440 //< two days
    1.39  		};
    1.40  	enum
    1.41  		{
    1.42 -		KDefaultKSegmentationLifetimeMultiplier=1200  ///< 1.2
    1.43 +		KDefaultKSegmentationLifetimeMultiplier=1200  //< 1.2
    1.44  		};
    1.45  	enum
    1.46  		{
    1.47 -		KDefaultModemInitializationTimeoutMicroSeconds32=30000000 ///<30sec
    1.48 +		KDefaultModemInitializationTimeoutMicroSeconds32=30000000 //<30sec
    1.49  		};
    1.50  	enum
    1.51  		{
    1.52 -		KDefaultSendTryTimeoutMicroSeconds32=60000000 ///< 60sec
    1.53 +		KDefaultSendTryTimeoutMicroSeconds32=60000000 //< 60sec
    1.54  		};
    1.55  	enum
    1.56  	    {
    1.57 @@ -122,17 +120,17 @@
    1.58  		ESmsFlagDeletePDUsFromCombinedStores=0x04
    1.59  		};
    1.60  private:
    1.61 -	TTimeIntervalMicroSeconds32 iTimeoutMicroSeconds32;	///<TimeOut period in microseconds for sending a PDU
    1.62 +	TTimeIntervalMicroSeconds32 iTimeoutMicroSeconds32;	//<TimeOut period in microseconds for sending a PDU
    1.63  	/**
    1.64  	 *  Number of attempts for sending a PDU.
    1.65  	 *  	@deprecated 7.0	
    1.66  	 */
    1.67  	TInt iSendTryLimit;
    1.68 -	TInt iFlags;								///<Contains TSmsSettingsFlags
    1.69 -	TTimeIntervalMinutes iReassemblyLifetime;///< Maximum time PDUs making a concatenated message stay in the reassembly store before they have all arrived
    1.70 -	TInt iKSegmentationLifetimeMultiplier;  ///<  Validity period is multiplied by this fraction, 1000=1:1
    1.71 -	TTimeIntervalMicroSeconds32 iModemInitializationTimeoutMicroSeconds32;///<TimeOut period in microseconds for initialising the modem
    1.72 -	TTimeIntervalMicroSeconds32 iSendTryTimeoutMicroSeconds32;///< TimeOut period in microseconds for the send operation
    1.73 +	TInt iFlags;								//<Contains TSmsSettingsFlags
    1.74 +	TTimeIntervalMinutes iReassemblyLifetime;//< Maximum time PDUs making a concatenated message stay in the reassembly store before they have all arrived
    1.75 +	TInt iKSegmentationLifetimeMultiplier;  //<  Validity period is multiplied by this fraction, 1000=1:1
    1.76 +	TTimeIntervalMicroSeconds32 iModemInitializationTimeoutMicroSeconds32;//<TimeOut period in microseconds for initialising the modem
    1.77 +	TTimeIntervalMicroSeconds32 iSendTryTimeoutMicroSeconds32;//< TimeOut period in microseconds for the send operation
    1.78      TTimeIntervalMicroSeconds32 iBootTimerTimeout32; // TimeOut period in microseconds for the boot timer.
    1.79  	};
    1.80