File: n_cst_sql.sru
Size: 348
Date: Sat, 23 Mar 2013 16:23:04 +0100
HA$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