|
From: Frank V. C. <fr...@us...> - 2000-10-25 22:31:25
|
Update of /cvsroot/corelinux/clfw/clfw/LibLoad In directory slayer.i.sourceforge.net:/tmp/cvs-serv18809/clfw/LibLoad Modified Files: LibraryType.hpp Log Message: 117748 Implement Aggregate for Prototype Index: LibraryType.hpp =================================================================== RCS file: /cvsroot/corelinux/clfw/clfw/LibLoad/LibraryType.hpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** LibraryType.hpp 2000/10/25 12:20:27 1.2 --- LibraryType.hpp 2000/10/25 22:31:22 1.3 *************** *** 26,31 **** #endif ! #if !defined(__PROTOTYPE_HPP) ! #include <Prototype.hpp> #endif --- 26,31 ---- #endif ! #if !defined(__AGGREGATE_HPP) ! #include <Aggregate.hpp> #endif *************** *** 41,45 **** */ ! class LibraryType : public Prototype { --- 41,45 ---- */ ! class LibraryType : public Aggregate { |