appfw/apparchitecture/apparc/APAFLREC.CPP
changeset 0 2e3d3ce01487
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     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 // apaflrec.cpp
       
    15 //
       
    16 
       
    17 #include <f32file.h>
       
    18 #include <apaflrec.h>
       
    19 #include <apaid.h>
       
    20 #include <apacmdln.h>
       
    21 #include "APASTD.H"
       
    22 #include "APGCLI.H"
       
    23 #include <ecom/ecom.h>
       
    24 
       
    25 //
       
    26 // MApaAppStarter
       
    27 //
       
    28 
       
    29 /** Constructor for MApaAppStarter. */
       
    30 EXPORT_C MApaAppStarter::MApaAppStarter()
       
    31 	{
       
    32 	}
       
    33 
       
    34 /** Reserved for future use */
       
    35 EXPORT_C void MApaAppStarter::MApaAppStarter_Reserved1()
       
    36 	{
       
    37 	}
       
    38 	
       
    39 /** Reserved for future use */
       
    40 EXPORT_C void MApaAppStarter::MApaAppStarter_Reserved2()
       
    41 	{
       
    42 	}