File: n_base.sru
Size: 547
Date: Mon, 07 Apr 2008 21:30:58 +0200
$PBExportHeader$n_base.sru
$PBExportComments$Base Non-Visual Object
forward
global type n_base from nonvisualobject
end type
end forward

global type n_base from nonvisualobject
end type
global n_base n_base

forward prototypes
public function string of_tostring ()
end prototypes

public function string of_tostring ();RETURN this.Classname()
end function

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

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