epoc32/include/smsuaddr.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
     1.1 --- a/epoc32/include/smsuaddr.h	Wed Mar 31 12:27:01 2010 +0100
     1.2 +++ b/epoc32/include/smsuaddr.h	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -1,9 +1,9 @@
     1.4  // Copyright (c) 1997-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 @@ -24,12 +24,10 @@
    1.16  */
    1.17  
    1.18  #if !defined(SMSUADDR_H__)
    1.19 -/** @internalComponent */
    1.20  #define SMSUADDR_H__
    1.21  
    1.22  #include <e32property.h>
    1.23  #include <es_sock.h>
    1.24 -#include <etelmm.h>
    1.25  
    1.26  /** SMS sockets family identifier.*/
    1.27  const TUint KSMSAddrFamily = 0x010;
    1.28 @@ -42,9 +40,6 @@
    1.29  /** SMS sockets service flags. */
    1.30  const TUint KSMSDatagramServiceInfo = KSIConnectionLess | KSIMessageBased ;
    1.31  
    1.32 -/**
    1.33 - *  @internalComponent
    1.34 - */
    1.35  _LIT(KSmsDatagram,"SMS Datagram");
    1.36  
    1.37  /** Specifies SMS sockets protocol level for the provider in the aLevel argument of RSocket::Ioctl(). */
    1.38 @@ -228,17 +223,17 @@
    1.39   */
    1.40  enum TSmsAddrFamily
    1.41  	{
    1.42 -	ESmsAddrUnbound                = 0, ///< Not bound yet.
    1.43 -	ESmsAddrSendOnly               = 1, ///< Only for sending, no reception.
    1.44 -	ESmsAddrMessageIndication      = 2, ///< Matches on IEI 0x01 and DCS 0x1100xxxx, 0x1101xxxx and 0x1110xxxx.
    1.45 -	ESmsAddrMatchIEI               = 3, ///< For matching Information Element Identifiers (IEI)
    1.46 -	ESmsAddrMatchText              = 4, ///< For matching any text patterns
    1.47 -	ESmsAddrRecvAny                = 5, ///< Receive all messages. Only one client can use this.
    1.48 -	ESmsAddrStatusReport           = 6, ///< For receiving Status Reports.
    1.49 -	ESmsAddrLocalOperation         = 7, ///< For local SIM operations.
    1.50 -	ESmsAddrApplication8BitPort    = 8, ///< For sock port identification.
    1.51 -	ESmsAddrApplication16BitPort   = 9, ///< For sock port identification.
    1.52 -	ESmsAddrEmail			  	   = 10 ///< for matching of email messages.
    1.53 +	ESmsAddrUnbound                = 0, //< Not bound yet.
    1.54 +	ESmsAddrSendOnly               = 1, //< Only for sending, no reception.
    1.55 +	ESmsAddrMessageIndication      = 2, //< Matches on IEI 0x01 and DCS 0x1100xxxx, 0x1101xxxx and 0x1110xxxx.
    1.56 +	ESmsAddrMatchIEI               = 3, //< For matching Information Element Identifiers (IEI)
    1.57 +	ESmsAddrMatchText              = 4, //< For matching any text patterns
    1.58 +	ESmsAddrRecvAny                = 5, //< Receive all messages. Only one client can use this.
    1.59 +	ESmsAddrStatusReport           = 6, //< For receiving Status Reports.
    1.60 +	ESmsAddrLocalOperation         = 7, //< For local SIM operations.
    1.61 +	ESmsAddrApplication8BitPort    = 8, //< For sock port identification.
    1.62 +	ESmsAddrApplication16BitPort   = 9, //< For sock port identification.
    1.63 +	ESmsAddrEmail			  	   = 10 //< for matching of email messages.
    1.64  	};
    1.65  
    1.66