File: n_cst_sql.sru
Size: 346
Date: Tue, 22 Jan 2008 23:31:48 +0100
$PBExportHeader$n_cst_sql.sru
$PBExportComments$Extension SQL Service service
forward
global type n_cst_sql from pfc_n_cst_sql
end type
end forward

global type n_cst_sql from pfc_n_cst_sql
end type

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

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