INTEGRATION: CWS sb14 (1.1.96); FILE MERGED
2004/03/15 09:53:54 sb 1.1.96.1: #i21150# Adapted to new extensible type writer interface; added support for bound interface attributes.
This commit is contained in:
parent
962c7c10ee
commit
6cc7a32429
2 changed files with 6 additions and 6 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: aststruct.hxx,v $
|
||||
*
|
||||
* $Revision: 1.1 $
|
||||
* $Revision: 1.2 $
|
||||
*
|
||||
* last change: $Author: jsc $ $Date: 2001-03-15 12:23:01 $
|
||||
* last change: $Author: rt $ $Date: 2004-03-30 16:42:16 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -85,7 +85,7 @@ public:
|
|||
AstStruct* getBaseType()
|
||||
{ return m_pBaseType; }
|
||||
|
||||
virtual sal_Bool dump(RegistryKey& rKey, RegistryTypeWriterLoader* pLoader);
|
||||
virtual sal_Bool dump(RegistryKey& rKey);
|
||||
private:
|
||||
AstStruct* m_pBaseType;
|
||||
};
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: astunion.hxx,v $
|
||||
*
|
||||
* $Revision: 1.1 $
|
||||
* $Revision: 1.2 $
|
||||
*
|
||||
* last change: $Author: jsc $ $Date: 2001-03-15 12:23:01 $
|
||||
* last change: $Author: rt $ $Date: 2004-03-30 16:42:42 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -79,7 +79,7 @@ public:
|
|||
ExprType getDiscrimantExprType()
|
||||
{ return m_discExprType; }
|
||||
|
||||
virtual sal_Bool dump(RegistryKey& rKey, RegistryTypeWriterLoader* pLoader);
|
||||
virtual sal_Bool dump(RegistryKey& rKey);
|
||||
|
||||
virtual AstDeclaration* addDeclaration(AstDeclaration* pDecl);
|
||||
protected:
|
||||
|
|
Loading…
Reference in a new issue