blob: d4714770dd9250459d4da65236ea65db33c723cf [file] [log] [blame]
/*
* (c) Copyright QNX Software System Ltd. 2002.
* All Rights Reserved.
*/
package org.eclipse.cdt.core;
public interface IProcessInfo {
public int getPid();
public String getName();
}