Index: lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/service/QaServicePOJO.java =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/service/QaServicePOJO.java,v diff -u -r1.49 -r1.50 --- lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/service/QaServicePOJO.java 26 May 2006 04:29:09 -0000 1.49 +++ lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/service/QaServicePOJO.java 26 May 2006 23:48:23 -0000 1.50 @@ -1313,6 +1313,17 @@ return null; } + + /** + * Export the XML fragment for the tool's content, along with any files needed + * for the content. + * @throws ToolException if any other error occurs + */ + public String exportToolContent(List toolContentId) throws ToolException { + // TODO Auto-generated method stub + return null; + } + /** * Import the XML fragment for the tool's content, along with any files needed * for the content.