n_cst_hash_blob_entry.sru 532 B

1234567891011121314151617181920212223242526
  1. $PBExportHeader$n_cst_hash_blob_entry.sru
  2. forward
  3. global type n_cst_hash_blob_entry from nonvisualobject
  4. end type
  5. end forward
  6. global type n_cst_hash_blob_entry from nonvisualobject
  7. end type
  8. global n_cst_hash_blob_entry n_cst_hash_blob_entry
  9. type variables
  10. blob ib_key
  11. n_cst_hash_blob_entry invo_next
  12. unsignedlong il_hash
  13. end variables
  14. on n_cst_hash_blob_entry.create
  15. call super::create
  16. TriggerEvent( this, "constructor" )
  17. end on
  18. on n_cst_hash_blob_entry.destroy
  19. TriggerEvent( this, "destructor" )
  20. call super::destroy
  21. end on