n_cst_hash_long_entry.sru 412 B

12345678910111213141516171819202122
  1. $PBExportHeader$n_cst_hash_long_entry.sru
  2. forward
  3. global type n_cst_hash_long_entry from n_cst_hash_entry
  4. end type
  5. end forward
  6. global type n_cst_hash_long_entry from n_cst_hash_entry
  7. end type
  8. global n_cst_hash_long_entry n_cst_hash_long_entry
  9. type variables
  10. long il_value
  11. end variables
  12. on n_cst_hash_long_entry.create
  13. call super::create
  14. end on
  15. on n_cst_hash_long_entry.destroy
  16. call super::destroy
  17. end on