/src/wrappers/common/attic/dummy_caching_factory.e

http://github.com/tybor/Liberty · Specman e · 23 lines · 18 code · 3 blank · 2 comment · 0 complexity · 3cb8c64df1c7f64f7e2c8dea02402c21 MD5 · raw file

  1. note
  2. description:
  3. "Dummy wrapper factory."
  4. copyright:
  5. "(C) 2007 Paolo Redaelli"
  6. license:
  7. "LGPL v2 or later"
  8. date:
  9. "$Date:$"
  10. revision:
  11. "$Revision:$"
  12. class DUMMY_CACHING_FACTORY[ITEM_ -> SHARED_C_STRUCT]
  13. -- A dummy caching factory, useful to create temporary
  14. -- NULL_TERMINATED_C_ARRAY to be passed to underlying C functions.
  15. inherit
  16. DUMMY_FACTORY[ITEM_]
  17. CACHING_FACTORY[ITEM_]
  18. create {ANY}
  19. default_create
  20. end -- class DUMMY_CACHING_FACTORY