File: n_err.sru
Size: 373
Date: Sat, 23 Mar 2013 16:23:04 +0100
HA$PBExportHeader$n_err.sru
$PBExportComments$Extension Error class
forward
global type n_err from pfc_n_err
end type
end forward

global type n_err from pfc_n_err
end type
global n_err n_err

on n_err.create
call super::create
TriggerEvent( this, "constructor" )
end on

on n_err.destroy
call super::destroy
TriggerEvent( this, "destructor" )
end on