fax/faxclientandserver/Inc/faxsettings.h
branchRCL_3
changeset 20 07a122eea281
parent 0 3553901f7fa8
equal deleted inserted replaced
19:630d2f34d719 20:07a122eea281
       
     1 // Copyright (c) 1997-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 //
       
    15 
       
    16 
       
    17 
       
    18 /**
       
    19  @file
       
    20  @internalComponent
       
    21  @released
       
    22 */
       
    23 
       
    24 #if !defined(__FAXSETTINGS_H__)
       
    25 #define __FAXSETTINGS_H__
       
    26 
       
    27 /**
       
    28 @internalComponent
       
    29 */
       
    30 
       
    31 /********************************************************************/
       
    32 
       
    33 // the CFaxSettings class
       
    34 
       
    35 /**
       
    36 @internalComponent
       
    37 */
       
    38 class CFaxSettings : public CBase
       
    39    {
       
    40 public:
       
    41    static CFaxSettings * NewL ();
       
    42    static CFaxSettings * NewLC ();
       
    43    ~CFaxSettings ();
       
    44    void ValidateAndSetClassL (TFaxSettings *);
       
    45 
       
    46 protected:
       
    47    void ConstructL ();
       
    48  protected:
       
    49    RFs iFileSession;
       
    50    };
       
    51 
       
    52 /********************************************************************/
       
    53 #endif