1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 18:56:02 +02:00

[268339] Fix since tags

This commit is contained in:
Anton Leherbauer 2009-03-12 13:04:42 +00:00
parent c1b15e81bc
commit 39de0e3a61
4 changed files with 12 additions and 6 deletions

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2008 Wind River Systems and others. * Copyright (c) 2008, 2009 Wind River Systems 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 Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
@ -26,7 +26,7 @@ import org.eclipse.ui.IViewPart;
/** /**
* *
* @since 1.0 * @since 2.0 Moved to different package, exists since 1.0.
*/ */
@SuppressWarnings("restriction") @SuppressWarnings("restriction")
public class RefreshAction implements IViewActionDelegate { public class RefreshAction implements IViewActionDelegate {

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2008 Wind River Systems and others. * Copyright (c) 2008, 2009 Wind River Systems 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 Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
@ -34,7 +34,7 @@ import org.eclipse.ui.IViewPart;
/** /**
* *
* @since 1.0 * @since 2.0 Moved to different package, exists since 1.0.
*/ */
public class SelectUpdatePolicyAction implements IMenuCreator, IViewActionDelegate, IDebugContextListener, IActionDelegate2 { public class SelectUpdatePolicyAction implements IMenuCreator, IViewActionDelegate, IDebugContextListener, IActionDelegate2 {

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2007, 2008 Wind River Systems and others. * Copyright (c) 2007, 2009 Wind River Systems 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 Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
@ -78,6 +78,9 @@ public interface IFormattedValues extends IDsfService {
{ {
private final String fFormatID; private final String fFormatID;
/**
* @since 2.0
*/
public FormattedValueDMContext(IDsfService service, IDMContext parent, String formatId) { public FormattedValueDMContext(IDsfService service, IDMContext parent, String formatId) {
super(service, new IDMContext[] { parent }); super(service, new IDMContext[] { parent });
fFormatID = formatId; fFormatID = formatId;

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006, 2008 Wind River Systems and others. * Copyright (c) 2006, 2009 Wind River Systems 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 Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
@ -83,6 +83,9 @@ abstract public class AbstractDsfService
rm.done(); rm.done();
} }
/**
* @since 2.0
*/
public boolean isActive() { public boolean isActive() {
return getServiceRegistration() != null; return getServiceRegistration() != null;
} }