- Timestamp:
- 11/17/08 00:00:28 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.7pre/Jav_BDP/com/scenari/m/bdp/univers/support/WInstancesMgrBdp.java
r10967 r12133 346 346 public final void wInitEnd(IWUnivers pUnivers) throws Exception { 347 347 try { 348 fRepos = ((WServiceRepos) fUnivers.hGetService(fCodeServiceRepos)). hGetRepository();348 fRepos = ((WServiceRepos) fUnivers.hGetService(fCodeServiceRepos)).getRepository(); 349 349 if (fRepos instanceof IDomainMgr) { 350 350 //Activation du mode ASP
Note: See TracChangeset
for help on using the changeset viewer.