blob: 5c20ec81a29743f51442282a2883aff00b41d4c5 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2007 Intel Corporation and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Intel Corporation - Initial API and implementation
*******************************************************************************/
package org.eclipse.cdt.make.core.scannerconfig;
public interface IScannerInfoCollector3 extends IScannerInfoCollector2 {
void setInfoContext(InfoContext context);
}