File: n_error.sru
Size: 368
Date: Mon, 07 Apr 2008 21:30:57 +0200
$PBExportHeader$n_error.sru
$PBExportComments$Error Object
forward
global type n_error from error
end type
end forward

global type n_error from error
end type
global n_error n_error

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

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