blob: c412f52efa24a6a342ccc296e8c08ff51da51fcc [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
/*
* $RCSfile: Upload.java,v $
* $Revision: 1.2 $ $Date: 2005/02/15 23:06:47 $
*/
package org.eclipse.perfmsr.core;
/**
* Upload.
* ************* This is just a stub of the real interface to get org.eclipse.jem.util
* to compile. It is not usable by itself. ****************************
*/
public interface Upload {
public static class Status {
public boolean success;
}
}