Commit bf5b7342 authored by manohar's avatar manohar

This commit was generated by cvs2svn to compensate for changes in r433,

which included commits to RCS files with non-trunk default branches.

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@91498 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d791e171
This source diff could not be displayed because it is too large. You can view the blob instead.
package ibase.webitm.ejb.wms; import ibase.webitm.utility.ITMException;import ibase.webitm.ejb.*; import java.rmi.RemoteException;import javax.ejb.Local; @Localpublic interface PoRcpConfLocal extends ActionHandlerLocal{ public String confirm(String tranID, String xtraParams, String forcedFlag) throws RemoteException,ITMException;}
\ No newline at end of file
package ibase.webitm.ejb.wms; import ibase.webitm.utility.ITMException;import ibase.webitm.ejb.*; import java.rmi.RemoteException;import javax.ejb.Remote; @Remotepublic interface PoRcpConfRemote extends ActionHandlerRemote { public String confirm(String tranID, String xtraParams, String forcedFlag) throws RemoteException,ITMException;}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment