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/dtm/ZXPathAgentsLies.java

    r1710 r7466  
    4848 
    4949import com.scenari.m.co.agent.IWAgent; 
    50 import com.scenari.m.co.agent.IWAgentAvecLiens; 
     50import com.scenari.m.co.agent.IWAgentLinker; 
    5151import com.scenari.m.co.dialog.IHDialog; 
    5252import com.scenari.s.fw.log.HLogMgr; 
     
    133133                //On recherche l'AgentAvecLiens 
    134134                XObject vXObj = fArgAgentDial.execute(pCtx); 
    135                 IWAgentAvecLiens vAgentPere = wGetRefAgentAvecLiens(pCtx, vXObj); 
     135                IWAgentLinker vAgentPere = wGetRefAgentAvecLiens(pCtx, vXObj); 
    136136 
    137137                if (vAgentPere != null) { 
Note: See TracChangeset for help on using the changeset viewer.