bintools/checklib/object/object.h
changeset 590 360bd6b35136
parent 0 044383f39525
--- a/bintools/checklib/object/object.h	Wed Jun 16 16:51:40 2010 +0300
+++ b/bintools/checklib/object/object.h	Wed Jun 23 16:56:47 2010 +0800
@@ -12,15 +12,10 @@
 //
 // Description:
 // Classes for interpreting a memory area as an ELF or COFF object.
-//
-//                    <creates>
+// <creates>
 // Object_factory -----------------> Object
-//                                     ^
-//                                     |
-//                              +------+------+
-//                              |             |
-//
-//                         Elf_object      Coff_object
+// Elf_object      Coff_object
+// 
 //
 
 #ifndef OBJECT_H