epoc32/include/icl/imagedisplayplugin.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
equal deleted inserted replaced
3:e1b950c65cb4 4:837f303aceeb
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // 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
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     7 //
     8 // Initial Contributors:
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
     9 // Nokia Corporation - initial contribution.
    10 //
    10 //
    11 // Contributors:
    11 // Contributors:
   169 
   169 
   170 	/**
   170 	/**
   171 	   returns requested content data Id that should be used to open content
   171 	   returns requested content data Id that should be used to open content
   172 	   @return const TDesC& a desired data unique Id
   172 	   @return const TDesC& a desired data unique Id
   173 	*/
   173 	*/
   174 	IMPORT_C const TDesC& CImageDisplayPlugin::SourceDataId() const;
   174 	IMPORT_C const TDesC& SourceDataId() const;
   175 
   175 
   176 	/**
   176 	/**
   177 	   returns an image source MIME type or KNullDesC8 if not defined
   177 	   returns an image source MIME type or KNullDesC8 if not defined
   178 	   @return const TDesC8& a reference to a 8 bit descriptor
   178 	   @return const TDesC8& a reference to a 8 bit descriptor
   179 	*/
   179 	*/
   311 	*/
   311 	*/
   312 	TAny*	iReserved1;
   312 	TAny*	iReserved1;
   313 	};
   313 	};
   314 
   314 
   315 #endif // __IMAGEDISPLAYPLUGIN_H__
   315 #endif // __IMAGEDISPLAYPLUGIN_H__
       
   316