File: n_cst_dwcache.sru
Size: 417
Date: Tue, 22 Jan 2008 23:31:56 +0100
$PBExportHeader$n_cst_dwcache.sru
$PBExportComments$Extension DataWindow Caching service
forward
global type n_cst_dwcache from pfc_n_cst_dwcache
end type
end forward

global type n_cst_dwcache from pfc_n_cst_dwcache
end type
global n_cst_dwcache n_cst_dwcache

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

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