mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-16 21:45:22 +02:00
2005-02-15 Alain Magloire
Fix PR 82856 * model/org/eclipse/cdt/core/model/IDeclaration.java * model/org/eclipse/cdt/core/model/IMacro.java * model/org/eclipse/cdt/core/model/IMember.java * model/org/eclipse/cdt/core/model/IMethod.java * model/org/eclipse/cdt/core/model/INamespace.java * model/org/eclipse/cdt/core/model/IStructure.java * model/org/eclipse/cdt/core/model/IVariable.java * model/org/eclipse/cdt/core/model/IVariableDeclaration.java
This commit is contained in:
parent
98145350e0
commit
4ed8244b5c
9 changed files with 36 additions and 25 deletions
|
@ -1,3 +1,14 @@
|
|||
2005-02-15 Alain Magloire
|
||||
Fix PR 82856
|
||||
* model/org/eclipse/cdt/core/model/IDeclaration.java
|
||||
* model/org/eclipse/cdt/core/model/IMacro.java
|
||||
* model/org/eclipse/cdt/core/model/IMember.java
|
||||
* model/org/eclipse/cdt/core/model/IMethod.java
|
||||
* model/org/eclipse/cdt/core/model/INamespace.java
|
||||
* model/org/eclipse/cdt/core/model/IStructure.java
|
||||
* model/org/eclipse/cdt/core/model/IVariable.java
|
||||
* model/org/eclipse/cdt/core/model/IVariableDeclaration.java
|
||||
|
||||
2005-02-14 Alain Magloire
|
||||
Part of 79596
|
||||
* model/org/eclipse/cdt/core/model/CoreModel.java
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
/**********************************************************************
|
||||
Copyright (c) 2002, 2004 IBM Rational Software and others.
|
||||
All rights reserved. This program and the accompanying materials
|
||||
All rights reserved. This program and the accompanying materials
|
||||
are made available under the terms of the Common Public License v1.0
|
||||
which accompanies this distribution, and is available at
|
||||
http://www.eclipse.org/legal/cpl-v10.html
|
||||
|
||||
|
||||
Contributors:
|
||||
IBM Rational Software - Initial API and implementation
|
||||
IBM Rational Software - Initial API and implementation
|
||||
**********************************************************************/
|
||||
package org.eclipse.cdt.core.model;
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
/**********************************************************************
|
||||
Copyright (c) 2002, 2004 IBM Rational Software and others.
|
||||
All rights reserved. This program and the accompanying materials
|
||||
All rights reserved. This program and the accompanying materials
|
||||
are made available under the terms of the Common Public License v1.0
|
||||
which accompanies this distribution, and is available at
|
||||
http://www.eclipse.org/legal/cpl-v10.html
|
||||
|
||||
|
||||
Contributors:
|
||||
IBM Rational Software - Initial API and implementation
|
||||
IBM Rational Software - Initial API and implementation
|
||||
**********************************************************************/
|
||||
package org.eclipse.cdt.core.model;
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
/**********************************************************************
|
||||
Copyright (c) 2002, 2004 IBM Rational Software and others.
|
||||
All rights reserved. This program and the accompanying materials
|
||||
All rights reserved. This program and the accompanying materials
|
||||
are made available under the terms of the Common Public License v1.0
|
||||
which accompanies this distribution, and is available at
|
||||
http://www.eclipse.org/legal/cpl-v10.html
|
||||
|
||||
|
||||
Contributors:
|
||||
IBM Rational Software - Initial API and implementation
|
||||
IBM Rational Software - Initial API and implementation
|
||||
**********************************************************************/
|
||||
package org.eclipse.cdt.core.model;
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
/**********************************************************************
|
||||
Copyright (c) 2002, 2004 IBM Rational Software and others.
|
||||
All rights reserved. This program and the accompanying materials
|
||||
All rights reserved. This program and the accompanying materials
|
||||
are made available under the terms of the Common Public License v1.0
|
||||
which accompanies this distribution, and is available at
|
||||
http://www.eclipse.org/legal/cpl-v10.html
|
||||
|
||||
|
||||
Contributors:
|
||||
IBM Rational Software - Initial API and implementation
|
||||
IBM Rational Software - Initial API and implementation
|
||||
**********************************************************************/
|
||||
package org.eclipse.cdt.core.model;
|
||||
|
||||
|
@ -15,4 +15,4 @@ package org.eclipse.cdt.core.model;
|
|||
*/
|
||||
public interface IMethod extends IMethodDeclaration {
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
/**********************************************************************
|
||||
Copyright (c) 2002, 2004 IBM Rational Software and others.
|
||||
All rights reserved. This program and the accompanying materials
|
||||
All rights reserved. This program and the accompanying materials
|
||||
are made available under the terms of the Common Public License v1.0
|
||||
which accompanies this distribution, and is available at
|
||||
http://www.eclipse.org/legal/cpl-v10.html
|
||||
|
||||
|
||||
Contributors:
|
||||
IBM Rational Software - Initial API and implementation
|
||||
IBM Rational Software - Initial API and implementation
|
||||
**********************************************************************/
|
||||
package org.eclipse.cdt.core.model;
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
/**********************************************************************
|
||||
Copyright (c) 2002, 2004 IBM Rational Software and others.
|
||||
All rights reserved. This program and the accompanying materials
|
||||
All rights reserved. This program and the accompanying materials
|
||||
are made available under the terms of the Common Public License v1.0
|
||||
which accompanies this distribution, and is available at
|
||||
http://www.eclipse.org/legal/cpl-v10.html
|
||||
|
||||
|
||||
Contributors:
|
||||
IBM Rational Software - Initial API and implementation
|
||||
IBM Rational Software - Initial API and implementation
|
||||
**********************************************************************/
|
||||
|
||||
package org.eclipse.cdt.core.model;
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
/**********************************************************************
|
||||
Copyright (c) 2002, 2004 IBM Rational Software and others.
|
||||
All rights reserved. This program and the accompanying materials
|
||||
All rights reserved. This program and the accompanying materials
|
||||
are made available under the terms of the Common Public License v1.0
|
||||
which accompanies this distribution, and is available at
|
||||
http://www.eclipse.org/legal/cpl-v10.html
|
||||
|
||||
|
||||
Contributors:
|
||||
IBM Rational Software - Initial API and implementation
|
||||
IBM Rational Software - Initial API and implementation
|
||||
**********************************************************************/
|
||||
package org.eclipse.cdt.core.model;
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
/**********************************************************************
|
||||
Copyright (c) 2002, 2004 IBM Rational Software and others.
|
||||
All rights reserved. This program and the accompanying materials
|
||||
All rights reserved. This program and the accompanying materials
|
||||
are made available under the terms of the Common Public License v1.0
|
||||
which accompanies this distribution, and is available at
|
||||
http://www.eclipse.org/legal/cpl-v10.html
|
||||
|
||||
|
||||
Contributors:
|
||||
IBM Rational Software - Initial API and implementation
|
||||
IBM Rational Software - Initial API and implementation
|
||||
**********************************************************************/
|
||||
package org.eclipse.cdt.core.model;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue