Index: lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/service/McServicePOJO.java =================================================================== diff -u -re40ccb5ec7673b40d8a423ae9c4b5da5b8cdf136 -rbaa86e91f2a064a0438cb3c10609743c3e3cc97d --- lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/service/McServicePOJO.java (.../McServicePOJO.java) (revision e40ccb5ec7673b40d8a423ae9c4b5da5b8cdf136) +++ lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/service/McServicePOJO.java (.../McServicePOJO.java) (revision baa86e91f2a064a0438cb3c10609743c3e3cc97d) @@ -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.