X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=src%2Fcontainer.hxx;h=f869166227ba9a33ddef7188963292100c128207;hp=710a07e73b9fd8bef18e623c4a43b4ae44c10476;hb=refs%2Ftags%2Fv0.2;hpb=91b1e121dd5acf5567f0b37d5ca0c285892232ef 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 {