Changeset 2487

Show
Ignore:
Timestamp:
10/03/08 09:31:24 (3 months ago)
Author:
ahodgkinson
Message:

digitalme: Roaming store API changes.

Location:
trunk/digitalme/ui
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/digitalme/ui/cocoa/xcode/selector/src/ExportController.mm

    r2479 r2487  
    231231                        // Call export api 
    232232                         
    233                         if( RC_BAD( rc = issExportRoamingStore( pszFileName, 
    234                                 passwordBuffer.getConstCharPtr(), m_pCurrentStore, pCardIdList))) 
     233                        if( RC_BAD( rc = issExportRoamingStore( m_pCurrentStore, pCardIdList, 
     234                                pszFileName, f_toccp( &passwordBuffer)))) 
    235235                        { 
    236236                                goto Exit; 
  • trunk/digitalme/ui/gtk/src/gtkcs.cpp

    r2460 r2487  
    20362036        // Call export API 
    20372037         
    2038         rc = issExportRoamingStore( pszFile, f_toccp( &passwordBuf), 
    2039                                 pUserInterface->m_pCurrentStore, pCardIdList); 
    2040          
    2041         // show confirmation 
     2038        rc = issExportRoamingStore( pUserInterface->m_pCurrentStore, pCardIdList, 
     2039                pszFile, f_toccp( &passwordBuf)); 
     2040         
     2041        // Show confirmation 
    20422042 
    20432043        resultsDisplay = gtk_message_dialog_new( NULL,