Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 7850)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 7851)
@@ -78,4 +78,7 @@
    * mraw/MRawFileRead.cc:
      - rais an error if a requested file could not be opened
+
+   * mbase/MParContainer.cc:
+     - added some comments
 
 
Index: /trunk/MagicSoft/Mars/mbase/MParContainer.cc
===================================================================
--- /trunk/MagicSoft/Mars/mbase/MParContainer.cc	(revision 7850)
+++ /trunk/MagicSoft/Mars/mbase/MParContainer.cc	(revision 7851)
@@ -320,4 +320,10 @@
 }
 
+// --------------------------------------------------------------------------
+//
+//  Read an object from the current directory. If no name is given
+// the name of this object is used. The final object will have the
+// name of the object read from file.
+//
 Int_t MParContainer::Read(const char *name)
 {
