sl@0
|
1 |
// Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
2 |
// All rights reserved.
|
sl@0
|
3 |
// This component and the accompanying materials are made available
|
sl@0
|
4 |
// under the terms of "Eclipse Public License v1.0"
|
sl@0
|
5 |
// which accompanies this distribution, and is available
|
sl@0
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
7 |
//
|
sl@0
|
8 |
// Initial Contributors:
|
sl@0
|
9 |
// Nokia Corporation - initial contribution.
|
sl@0
|
10 |
//
|
sl@0
|
11 |
// Contributors:
|
sl@0
|
12 |
//
|
sl@0
|
13 |
// Description:
|
sl@0
|
14 |
//
|
sl@0
|
15 |
|
sl@0
|
16 |
#include <e32def.h>
|
sl@0
|
17 |
|
sl@0
|
18 |
const TUid KUidMultipeImageImpl1 = {0x10282308};
|
sl@0
|
19 |
const TUid KUidMultipeImageImpl2 = {0x1028230A};
|
sl@0
|
20 |
const TUid KUidMultipeImageImpl3 = {0x1028230C};
|
sl@0
|
21 |
const TUid KUidMultipeImageImpl4 = {0x1028230E};
|
sl@0
|
22 |
const TUid KUidMultipeImageImpl5 = {0x10282310};
|
sl@0
|
23 |
const TUid KUidMultipeImageImpl6 = {0x10282312};
|
sl@0
|
24 |
const TUid KUidMultipeImageImpl7 = {0x10282314};
|
sl@0
|
25 |
const TUid KUidMultipeImageImpl8 = {0x10282316};
|
sl@0
|
26 |
const TUid KUidMultipeImageImpl9 = {0x10282318};
|
sl@0
|
27 |
const TUid KUidMultipeImageImpl10 = {0x1028231A};
|
sl@0
|
28 |
const TUid KUidMultipeImageImpl11 = {0x1028231C};
|
sl@0
|
29 |
const TUid KUidMultipeImageImpl12 = {0x1028231E};
|
sl@0
|
30 |
const TUid KUidMultipeImageImpl13 = {0x10282320};
|
sl@0
|
31 |
const TUid KUidMultipeImageImpl14 = {0x10282322};
|
sl@0
|
32 |
const TUid KUidMultipeImageImpl15 = {0x10282324};
|
sl@0
|
33 |
const TUid KUidMultipeImageImpl16 = {0x10282326};
|
sl@0
|
34 |
const TUid KUidMultipeImageImpl17 = {0x10282328};
|
sl@0
|
35 |
const TUid KUidMultipeImageImpl18 = {0x1028232A};
|
sl@0
|
36 |
const TUid KUidMultipeImageImpl19 = {0x1028232C};
|
sl@0
|
37 |
const TUid KUidMultipeImageImpl20 = {0x1028232E};
|
sl@0
|
38 |
|
sl@0
|
39 |
inline CMultipleImageInterface1::CMultipleImageInterface1() :
|
sl@0
|
40 |
CBase()
|
sl@0
|
41 |
{
|
sl@0
|
42 |
}
|
sl@0
|
43 |
|
sl@0
|
44 |
inline CMultipleImageInterface1::~CMultipleImageInterface1()
|
sl@0
|
45 |
{
|
sl@0
|
46 |
REComSession::DestroyedImplementation(iDtor_ID_Key);
|
sl@0
|
47 |
}
|
sl@0
|
48 |
|
sl@0
|
49 |
inline CMultipleImageInterface1* CMultipleImageInterface1::NewL()
|
sl@0
|
50 |
{
|
sl@0
|
51 |
TAny* p = REComSession::CreateImplementationL(KUidMultipeImageImpl1,
|
sl@0
|
52 |
_FOFF(CMultipleImageInterface1, iDtor_ID_Key));
|
sl@0
|
53 |
return reinterpret_cast <CMultipleImageInterface1*> (p);
|
sl@0
|
54 |
}
|
sl@0
|
55 |
|
sl@0
|
56 |
|
sl@0
|
57 |
|
sl@0
|
58 |
|