cbs/cbsui/UiInc/CCbsUiappDocument.inl
branchRCL_3
changeset 19 7d48bed6ce0c
parent 18 594d59766373
child 20 987c9837762f
equal deleted inserted replaced
18:594d59766373 19:7d48bed6ce0c
     1 /*
       
     2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Inline implementation of CCbsUiappDocument class.
       
    15 *
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 // ---------------------------------------------------------
       
    22 // CCbsUiappDocument::OpenFileL
       
    23 // 
       
    24 // Stop doc file being created
       
    25 //
       
    26 // ---------------------------------------------------------
       
    27 //
       
    28 CFileStore* CCbsUiappDocument::OpenFileL( TBool /*aDoOpen*/, 
       
    29                              const TDesC& /*aFilename*/,
       
    30                              RFs& /*aFs*/)
       
    31     { 
       
    32     return NULL; 
       
    33     }
       
    34 
       
    35 
       
    36 // ---------------------------------------------------------
       
    37 // CCbsUiappDocument::OpenFileL
       
    38 // 
       
    39 // Stop doc file being created
       
    40 //
       
    41 // ---------------------------------------------------------
       
    42 //
       
    43 void CCbsUiappDocument::OpenFileL( CFileStore*& /*aFileStore*/, RFile& /*aFile*/ )
       
    44     {  
       
    45     }
       
    46 
       
    47 // End of file