Ignore:
Timestamp:
11/23/06 16:18:51 (6 years ago)
Author:
sys
Message:

api Donnee -> api Data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Jav_BDP/com/scenari/m/bdp/service/viewfiles/HFileItemUnknown.java

    r2652 r7463  
    178178        HStreamHandler vStream = (pStream != null) ? new HStreamHandler(pStream) : null; 
    179179        try { 
    180             IHModuleFiles vModuleFileOk = xFindModuleFiles(hGetWorkspace(), hGetSpace(), hGetCode(), vStream, ((WServiceViewFiles) ((HSDialog) pDialog).hGetService()).hGetCodeModule().hGetValue(pDialog, ((HSDialog) pDialog).hGetService(), null)); 
     180            IHModuleFiles vModuleFileOk = xFindModuleFiles(hGetWorkspace(), hGetSpace(), hGetCode(), vStream, ((WServiceViewFiles) ((HSDialog) pDialog).hGetService()).hGetCodeModule().getString(pDialog, ((HSDialog) pDialog).hGetService(), null)); 
    181181 
    182182            if (vModuleFileOk == null) { 
     
    223223        if (vStatusSrc == IHFile.STATUS_FOLDER) { 
    224224            //La source est un dossier... 
    225             IHModuleFiles vModuleFileOk = xFindModuleFiles(hGetWorkspace(), hGetSpace(), hGetCode(), null, ((WServiceViewFiles) ((HSDialog) pDialog).hGetService()).hGetCodeModule().hGetValue(pDialog, ((HSDialog) pDialog).hGetService(), null)); 
     225            IHModuleFiles vModuleFileOk = xFindModuleFiles(hGetWorkspace(), hGetSpace(), hGetCode(), null, ((WServiceViewFiles) ((HSDialog) pDialog).hGetService()).hGetCodeModule().getString(pDialog, ((HSDialog) pDialog).hGetService(), null)); 
    226226 
    227227            if (vModuleFileOk == null) { 
Note: See TracChangeset for help on using the changeset viewer.