- Timestamp:
- 11/23/06 16:18:51 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Jav_BDP/com/scenari/m/bdp/service/viewfiles/HFileItemUnknown.java
r2652 r7463 178 178 HStreamHandler vStream = (pStream != null) ? new HStreamHandler(pStream) : null; 179 179 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)); 181 181 182 182 if (vModuleFileOk == null) { … … 223 223 if (vStatusSrc == IHFile.STATUS_FOLDER) { 224 224 //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)); 226 226 227 227 if (vModuleFileOk == null) {
Note: See TracChangeset
for help on using the changeset viewer.