Attempt to represent the S^2->S^3 header reorganisation as a series of "hg rename" operations
1 // Copyright (c) 1999-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 the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
18 #if !defined(__CDTDNODE_H__)
19 #define __CDTDNODE_H__
24 class CDTDNode : public CBNFNode
26 Document Type Definition (DTD) node that forms part of a DTD tree.
32 //##ModelId=3B66675300CE
35 //##ModelId=3B66675300CD
36 static inline CDTDNode* NewL();
37 //##ModelId=3B66675300CC
38 inline void AddCompletedAttributeL();
40 //##ModelId=3B66675300C4
41 const TDesC* CompletedAttrID();
43 enum{ // attribute IDs start at -6000
44 KCompletedAttrID = -6000
47 //##ModelId=3B66675300C3
52 #include <dtdnode.inl>
54 #endif // __CDTDNODE_H__