equal
deleted
inserted
replaced
|
1 // Copyright (c) 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 // |
|
15 // testextensions.cpp |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 #include "testextensions.h" |
|
23 #include <elements/metadata.h> |
|
24 |
|
25 |
|
26 START_ATTRIBUTE_TABLE(TTestExtension1, TTestExtension1::EUid, TTestExtension1::ETypeId) |
|
27 // No attributes even though there are data members. The structure is not serialised |
|
28 END_ATTRIBUTE_TABLE() |
|
29 |
|
30 |
|
31 START_ATTRIBUTE_TABLE(TTestExtension2, TTestExtension2::EUid, TTestExtension2::ETypeId) |
|
32 // No attributes even though there are data members. The structure is not serialised |
|
33 END_ATTRIBUTE_TABLE() |
|
34 |
|
35 |
|
36 START_ATTRIBUTE_TABLE(TTestExtension3, TTestExtension3::EUid, TTestExtension3::ETypeId) |
|
37 // No attributes even though there are data members. The structure is not serialised |
|
38 END_ATTRIBUTE_TABLE() |
|
39 |