Ignore:
Timestamp:
07/08/09 19:14:32 (15 years ago)
Author:
wmerlotto
Message:

Ticket #554 - Melhorias na sincronizacao de eventos, contatos e adaptacao para Funambol 7.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/psync/src/main/java/br/com/prognus/psync/engine/source/PIMSyncSource.java

    r1009 r1103  
    106106                log.trace("PIMSyncSource beginSync start"); 
    107107 
     108                this.sourceQuery = context.getSourceQuery(); 
     109 
    108110                principal = context.getPrincipal(); 
    109111                userId = principal.getUsername(); 
     
    148150        /** 
    149151         * Gets the status of the SyncItem with the given key. 
    150          *  
     152         * 
    151153         * @param syncItemKey 
    152154         *            as a SyncItemKey object 
     
    214216        /** 
    215217         * Extracts the content from a syncItem. 
    216          *  
     218         * 
    217219         * @param syncItem 
    218220         * @return as a String object 
Note: See TracChangeset for help on using the changeset viewer.