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

api Data + AgentLinker

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Jav_CO/com/scenari/m/co/xpath/dom/ZXPathAgentsLies.java

    r1710 r7466  
    4242 
    4343import com.scenari.m.co.agent.IWAgent; 
    44 import com.scenari.m.co.agent.IWAgentAvecLiens; 
     44import com.scenari.m.co.agent.IWAgentLinker; 
    4545import com.scenari.m.co.dialog.IHDialog; 
    4646import com.scenari.s.fw.log.HLogMgr; 
     
    114114        //On recherche l'AgentAvecLiens 
    115115        XObject vXObj = fArgAgentDial.execute(pCtx); 
    116         IWAgentAvecLiens vAgentPere = wGetRefAgentAvecLiens(pCtx, vXObj); 
     116        IWAgentLinker vAgentPere = wGetRefAgentAvecLiens(pCtx, vXObj); 
    117117 
    118118        if (vAgentPere != null) { 
Note: See TracChangeset for help on using the changeset viewer.