File: eaf_n_cst_objecterrorattrib.sru
Size: 677
Date: Tue, 22 Jan 2008 23:39:13 +0100
$PBExportHeader$eaf_n_cst_objecterrorattrib.sru
forward
global type eaf_n_cst_objecterrorattrib from nonvisualobject
end type
end forward

global type eaf_n_cst_objecterrorattrib from nonvisualobject
end type
global eaf_n_cst_objecterrorattrib eaf_n_cst_objecterrorattrib

type variables
Public:
long        il_errornumber = 0
string      is_errortext = ""
string      is_errorobject = ""
long        il_errorline = 0
string      is_completeerror = ""
end variables

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

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