Index: lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/service/McServicePOJO.java =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/service/McServicePOJO.java,v diff -u -r1.59 -r1.60 --- lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/service/McServicePOJO.java 26 May 2006 04:36:26 -0000 1.59 +++ lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/service/McServicePOJO.java 26 May 2006 23:35:41 -0000 1.60 @@ -1511,7 +1511,18 @@ // TODO Auto-generated method stub 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.