phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] sync/sync4j/de/probusiness/pbgroupware/sync/PHPGwSyn


From: nomail
Subject: [Phpgroupware-cvs] sync/sync4j/de/probusiness/pbgroupware/sync/PHPGwSyncConflict.java, 1.1
Date: Wed, 9 Jun 2004 20:35:09 +0200

Update of /sync/sync4j/de/probusiness/pbgroupware/sync
Added Files:
        Branch: 
          PHPGwSyncConflict.java

date: 2004/06/09 18:35:09;  author: mkaemmerer;  state: Exp;

Log Message:
- new sourceinfo and  mimetype handling
=====================================================================
/*
 * Created on 16.04.2004
 *
 * To change the template for this generated file go to
 * Window - Preferences - Java - Code Generation - Code and Comments
 */
package de.probusiness.pbgroupware.sync;

import java.security.*;

import sync4j.framework.engine.*;

/**
 * @author ChristianW
 *
 * To change the template for this generated type comment go to
 * Window - Preferences - Java - Code Generation - Code and Comments
 */
public class PHPGwSyncConflict extends SyncConflict {

        /**
         * 
         */
        public PHPGwSyncConflict() {
                super();
                // TODO Auto-generated constructor stub
        }

        /**
         * @param arg0
         * @param arg1
         * @param arg2
         */
        public PHPGwSyncConflict(SyncItem arg0, SyncItem arg1, String arg2) {
                super(arg0, arg1, arg2);
                // TODO Auto-generated constructor stub
        }

        /**
         * @param arg0
         * @param arg1
         * @param arg2
         */
        public PHPGwSyncConflict(final SyncConflict copy, final Principal 
owner) {
                super(copy.getSyncItemA(), copy.getSyncItemB(), copy.getType());
                setOwner(owner);
        }

}




reply via email to

[Prev in Thread] Current Thread [Next in Thread]