X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXAO%2FXAO_Xao.hxx;h=c7d839c3f50c819292e4698321b653d8299a93c9;hb=e9b05712fca3943201ecd6db417bb3478e24b7b3;hp=82c891b82ff32d2ceefe21a1592c932e3a8e2033;hpb=5b6031b015602aa07f5a6fc668c13ac3faf7a8a9;p=modules%2Fshaper.git diff --git a/src/XAO/XAO_Xao.hxx b/src/XAO/XAO_Xao.hxx index 82c891b82..c7d839c3f 100644 --- a/src/XAO/XAO_Xao.hxx +++ b/src/XAO/XAO_Xao.hxx @@ -215,9 +215,10 @@ namespace XAO /** * Exports this XAO object to a file. * \param fileName the name of the file to create. + * \param shapeFileName if not empty, export the shape to this external file. * \return true is the export is successful. */ - const bool exportXAO(const std::string& fileName); + const bool exportXAO(const std::string& fileName, const std::string& shapeFileName); /** * Gets the XML corresponding to this XAO. * \return the XML as a string.