automatic commit
[folded-ctf.git] / storable.h
index d9fca51..6b6e6c4 100644 (file)
 // You should have received a copy of the GNU General Public License     //
 // along with this program. If not, see <http://www.gnu.org/licenses/>.  //
 //                                                                       //
-// Written by Francois Fleuret, (C) IDIAP                                //
+// Written by Francois Fleuret                                           //
+// (C) Idiap Research Institute                                          //
+//                                                                       //
 // Contact <francois.fleuret@idiap.ch> 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