epoc32/include/mw/sencredential2.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
     1.1 --- a/epoc32/include/mw/sencredential2.h	Wed Mar 31 12:27:01 2010 +0100
     1.2 +++ b/epoc32/include/mw/sencredential2.h	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -2,9 +2,9 @@
     1.4  * Copyright (c) 2002-2006 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 @@ -67,14 +67,14 @@
    1.16          *
    1.17          * @since Series60 4.0
    1.18          */
    1.19 -        static CSenCredential2* NewL();
    1.20 +        IMPORT_C static CSenCredential2* NewL();
    1.21  
    1.22          /**
    1.23          * Basic constructor.
    1.24          *
    1.25          * @since Series60 4.0
    1.26          */
    1.27 -        static CSenCredential2* NewLC();
    1.28 +        IMPORT_C static CSenCredential2* NewLC();
    1.29  
    1.30          /**
    1.31          * Basic constructor.
    1.32 @@ -85,7 +85,7 @@
    1.33          * @param aPrefix    is the prefix of this credential
    1.34          * @param aAttrs     are the XML attributes of this credential
    1.35          */
    1.36 -        static CSenCredential2* NewL(const TDesC8& aNsUri,
    1.37 +        IMPORT_C static CSenCredential2* NewL(const TDesC8& aNsUri,
    1.38                                       const TDesC8& aLocalName,
    1.39                                       const TDesC8& aQName,
    1.40                                       const RAttributeArray& aAttributes);
    1.41 @@ -99,7 +99,7 @@
    1.42          * @param aPrefix    is the prefix of this credential
    1.43          * @param aAttrs     are the XML attributes of this credential
    1.44          */
    1.45 -        static CSenCredential2* NewLC(const TDesC8& aNsUri,
    1.46 +        IMPORT_C static CSenCredential2* NewLC(const TDesC8& aNsUri,
    1.47                                        const TDesC8& aLocalName,
    1.48                                        const TDesC8& aQName,
    1.49                                        const RAttributeArray& aAttributes);
    1.50 @@ -114,7 +114,7 @@
    1.51          * @param aAttrs     are the XML attributes of this credential
    1.52          * @param aParent    is the parent XML element of this credential
    1.53          */
    1.54 -        static CSenCredential2* NewL(const TDesC8& aNsUri,
    1.55 +        IMPORT_C static CSenCredential2* NewL(const TDesC8& aNsUri,
    1.56                                       const TDesC8& aLocalName,
    1.57                                       const TDesC8& aQName,
    1.58                                       const RAttributeArray& aAttributes,
    1.59 @@ -130,7 +130,7 @@
    1.60          * @param aAttrs     are the XML attributes of this credential
    1.61          * @param aParent    is the parent XML element of this credential
    1.62          */
    1.63 -        static CSenCredential2* NewLC(const TDesC8& aNsUri,
    1.64 +        IMPORT_C static CSenCredential2* NewLC(const TDesC8& aNsUri,
    1.65                                        const TDesC8& aLocalName,
    1.66                                        const TDesC8& aQName,
    1.67                                        const RAttributeArray& aAttributes,
    1.68 @@ -148,7 +148,7 @@
    1.69          * @param aOwnerDocument is the document which will be the owner of
    1.70          *                       the elements of this fragment
    1.71          */
    1.72 -        static CSenCredential2* NewL(const TDesC8& aNsUri,
    1.73 +        IMPORT_C static CSenCredential2* NewL(const TDesC8& aNsUri,
    1.74                                       const TDesC8& aLocalName,
    1.75                                       const TDesC8& aQName,
    1.76                                       const RAttributeArray& aAttrs,
    1.77 @@ -167,7 +167,7 @@
    1.78          * @param aOwnerDocument is the document which will be the owner of
    1.79          *                       the elements of this fragment
    1.80          */
    1.81 -        static CSenCredential2* NewLC(const TDesC8& aNsUri,
    1.82 +        IMPORT_C static CSenCredential2* NewLC(const TDesC8& aNsUri,
    1.83                                             const TDesC8& aLocalName,
    1.84                                             const TDesC8& aQName,
    1.85                                             const RAttributeArray& aAttrs,