X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=storable.h;h=6b6e6c4af1129bdbddccfaffbc75408330cf86ef;hb=71a84ea2658cd96726bcf4e582010c24bf2583cf;hp=d9fca5119e9d51a4c12399c5e574aa924a27ac31;hpb=d922ad61d35e9a6996730bec24b16f8bf7bc426c;p=folded-ctf.git diff --git a/storable.h b/storable.h index d9fca51..6b6e6c4 100644 --- a/storable.h +++ b/storable.h @@ -12,10 +12,19 @@ // You should have received a copy of the GNU General Public License // // along with this program. If not, see . // // // -// Written by Francois Fleuret, (C) IDIAP // +// Written by Francois Fleuret // +// (C) Idiap Research Institute // +// // // Contact for comments & bug reports // /////////////////////////////////////////////////////////////////////////// +/* + + This class is only used to provide the read/write methods from a + char *, given that the class implements read/write from streams. + + */ + #ifndef STORABLE_H #define STORABLE_H