epoc32/include/mdaimageconverter.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
     1.1 --- a/epoc32/include/mdaimageconverter.h	Wed Mar 31 12:27:01 2010 +0100
     1.2 +++ b/epoc32/include/mdaimageconverter.h	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -1,9 +1,9 @@
     1.4 -// Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.6  // All rights reserved.
     1.7  // This component and the accompanying materials are made available
     1.8 -// 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.9 +// under the terms of "Eclipse Public License v1.0"
    1.10  // which accompanies this distribution, and is available
    1.11 -// at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
    1.12 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.13  //
    1.14  // Initial Contributors:
    1.15  // Nokia Corporation - initial contribution.
    1.16 @@ -14,6 +14,8 @@
    1.17  // BC Version that uses CImageDecode/Encode objects but is essentially source
    1.18  // compatible with the old MdaImageConverter calls
    1.19  // 
    1.20 +//
    1.21 +
    1.22  /**
    1.23   @file
    1.24   @deprecated
    1.25 @@ -25,7 +27,7 @@
    1.26  #include <fbs.h>
    1.27  
    1.28  #include <icl/imagedata.h>
    1.29 -#include <mda/client/resource.h>
    1.30 +#include <mda/common/resource.h>
    1.31  #include <mda/client/utility.h>
    1.32  #include <mda/common/video.h>
    1.33  
    1.34 @@ -251,10 +253,12 @@
    1.35  protected:
    1.36  	// Creates relevant iDecoder property - depending on subclass.
    1.37  	// Called by "background" AO processing.
    1.38 +	
    1.39  	/**
    1.40  	@internalComponent
    1.41  	*/
    1.42   	void DoOpenL();
    1.43 +	
    1.44  	// From CMdaImageUtility
    1.45  	virtual void DoClose();
    1.46  private:
    1.47 @@ -302,6 +306,7 @@
    1.48  protected:
    1.49  	// Creates relevant <code>iEncoder</code> property - depending on subclass.
    1.50  	// Called by "background" AO processing.
    1.51 +	
    1.52  	/**
    1.53  	@internalComponent
    1.54  	*/
    1.55 @@ -533,3 +538,4 @@
    1.56  	};
    1.57  
    1.58  #endif
    1.59 +