blob: 3f99fd5374d4b1453eab85f097b13d21ce93714f [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2007 IBM Corporation.
* 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
*******************************************************************************/
package org.eclipse.ptp.rm.ibm.ll.core.rtsystem;
import org.eclipse.ptp.rm.ibm.ll.core.rmsystem.IBMLLResourceManagerConfiguration;
import org.eclipse.ptp.rm.remote.core.AbstractRemoteProxyRuntimeClient;
public class IBMLLProxyRuntimeClient extends AbstractRemoteProxyRuntimeClient {
public IBMLLProxyRuntimeClient(IBMLLResourceManagerConfiguration config,
int baseModelId) {
super(config, baseModelId);
}
}