12345678910111213141516171819202122 |
- $PBExportHeader$n_cst_unicode_hash_long_entry.sru
- forward
- global type n_cst_unicode_hash_long_entry from n_cst_hash_blob_entry
- end type
- end forward
- global type n_cst_unicode_hash_long_entry from n_cst_hash_blob_entry
- end type
- global n_cst_unicode_hash_long_entry n_cst_unicode_hash_long_entry
- type variables
- long il_value
- end variables
- on n_cst_unicode_hash_long_entry.create
- call super::create
- end on
- on n_cst_unicode_hash_long_entry.destroy
- call super::destroy
- end on
|