X-Git-Url: http://developer.intra2net.com/git/?a=blobdiff_plain;f=src%2Fcontainer.hxx;h=f869166227ba9a33ddef7188963292100c128207;hb=a64066eb0e456c92c4c06959616443e531d4b39d;hp=710a07e73b9fd8bef18e623c4a43b4ae44c10476;hpb=01a464637ed95b0aacd58eb74bdd17df4a7851ab;p=libt2n diff --git a/src/container.hxx b/src/container.hxx index 710a07e..f869166 100644 --- a/src/container.hxx +++ b/src/container.hxx @@ -33,7 +33,7 @@ namespace libt2n { -/** @brief contains the result (return value or exception) of a executed command +/** @brief contains the result (return value as libt2n::result or an libt2n::t2n_exception) of a executed command */ class result_container { @@ -71,7 +71,7 @@ class result_container { return (result_type==regular); } }; -/** @brief contains a command +/** @brief contains a libt2n::command */ class command_container {