equal
deleted
inserted
replaced
1 // Copyright (c) 2000-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2000-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: |
37 It does this by generating a unique (in the scope of the lookup table object) ID for any string |
37 It does this by generating a unique (in the scope of the lookup table object) ID for any string |
38 passed to it. Once a string has been seen once, any further references to it will map back to the |
38 passed to it. Once a string has been seen once, any further references to it will map back to the |
39 same ID value. |
39 same ID value. |
40 |
40 |
41 @publishedAll |
41 @publishedAll |
42 @released |
42 @deprecated |
43 */ |
43 */ |
44 { |
44 { |
45 public: |
45 public: |
46 //##ModelId=3B666BC701E3 |
46 //##ModelId=3B666BC701E3 |
47 IMPORT_C ~CAttributeLookupTable(); |
47 IMPORT_C ~CAttributeLookupTable(); |
48 //##ModelId=3B666BC701DC |
48 //##ModelId=3B666BC701DC |
49 IMPORT_C static CAttributeLookupTable* CAttributeLookupTable::NewL(); |
49 IMPORT_C static CAttributeLookupTable* NewL(); |
50 //##ModelId=3B666BC701DA |
50 //##ModelId=3B666BC701DA |
51 IMPORT_C const HBufC* Des2IDL( const TDesC& ); // map descriptor to ID |
51 IMPORT_C const HBufC* Des2IDL( const TDesC& ); // map descriptor to ID |
52 //##ModelId=3B666BC701D3 |
52 //##ModelId=3B666BC701D3 |
53 IMPORT_C const HBufC* KeyExists( const TDesC& ); // check to see if the given descriptor already exists |
53 IMPORT_C const HBufC* KeyExists( const TDesC& ); // check to see if the given descriptor already exists |
54 //##ModelId=3B666BC701D2 |
54 //##ModelId=3B666BC701D2 |