blob: f5b6b876b4582be4d1383dc8505ea32e956dddba [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2013 RCP Vision (http://www.rcp-vision.com) 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
*******************************************************************************/
package $packageName$;
import org.eclipse.emf.parsley.cdo.CDOSessionManager;
import org.eclipse.emf.cdo.eresource.CDOResource;
import org.eclipse.emf.cdo.session.CDOSession;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.EObject;
public class $prefixClassesname$CDOSessionManager extends CDOSessionManager {
@Override
public CDOSession getSession(EObject obj) {
// TODO Auto-generated method stub
return null;
}
@Override
public CDOResource getTransactionalResourceFor(EClass eReferenceType) {
// TODO Auto-generated method stub
return null;
}
}