File: n_cst_linkedlistbase.sru
Size: 428
Date: Tue, 22 Jan 2008 23:32:02 +0100
$PBExportHeader$n_cst_linkedlistbase.sru
$PBExportComments$Extension Linked List Base service
forward
global type n_cst_linkedlistbase from pfc_n_cst_linkedlistbase
end type
end forward

global type n_cst_linkedlistbase from pfc_n_cst_linkedlistbase
end type

on n_cst_linkedlistbase.create
TriggerEvent( this, "constructor" )
end on

on n_cst_linkedlistbase.destroy
TriggerEvent( this, "destructor" )
end on

  • pfc_n_cst_linkedlistbase n_cst_linkedlistbase(sru)