File: n_cst_metaclass.sru
Size: 386
Date: Tue, 22 Jan 2008 23:31:50 +0100
$PBExportHeader$n_cst_metaclass.sru
$PBExportComments$Extension Metaclass service
forward
global type n_cst_metaclass from pfc_n_cst_metaclass
end type
end forward

global type n_cst_metaclass from pfc_n_cst_metaclass
end type

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

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