blob: d8e3df9a6a7ec6988af54e0a524cb8665b1a7b9d [file] [log] [blame]
/****************************************************************************
* Copyright (c) 2008 Mustafa K. Isik 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:
* Mustafa K. Isik - conflict resolution via operational transformations
*****************************************************************************/
package org.eclipse.ecf.docshare.cola;
public class ColaDeletion implements TransformationStrategy {
public ColaUpdateMessage getForOwner(ColaUpdateMessage toBeTransformed, ColaUpdateMessage alreadyApplied) {
// TODO Auto-generated method stub
return null;
}
public ColaUpdateMessage getForParticipant(ColaUpdateMessage toBeTransformed, ColaUpdateMessage alreadyApplied) {
// TODO Auto-generated method stub
return null;
}
}