/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
- note
- description:
- "Dummy wrapper factory."
- copyright:
- "(C) 2007 Paolo Redaelli"
- license:
- "LGPL v2 or later"
- date:
- "$Date:$"
- revision:
- "$Revision:$"
- class DUMMY_CACHING_FACTORY[ITEM_ -> SHARED_C_STRUCT]
- -- A dummy caching factory, useful to create temporary
- -- NULL_TERMINATED_C_ARRAY to be passed to underlying C functions.
- inherit
- DUMMY_FACTORY[ITEM_]
- CACHING_FACTORY[ITEM_]
- create {ANY}
- default_create
- end -- class DUMMY_CACHING_FACTORY