coliver 2003/03/06 11:25:37
Modified: src/idl/cocoon_flow cocoon_flow.idl Log: added load() operation to Cocoon Revision Changes Path 1.5 +8 -0 xml-cocoon2/src/idl/cocoon_flow/cocoon_flow.idl Index: cocoon_flow.idl =================================================================== RCS file: /home/cvs/xml-cocoon2/src/idl/cocoon_flow/cocoon_flow.idl,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- cocoon_flow.idl 6 Mar 2003 05:12:14 -0000 1.4 +++ cocoon_flow.idl 6 Mar 2003 19:25:37 -0000 1.5 @@ -262,6 +262,14 @@ void forwardTo(in string uri, in Object bizData, in WebContinuation continuation); /** + * Load the file specified as argument. + * @param filename a <code>String</code> value + * @return an <code>Object</code> value + */ + + Object load(in string filename); + + /** * Dump to Log file all <code>WebContinuation</code>s * in the system */