File: u_base.sru
Size: 327
Date: Tue, 22 Jan 2008 23:32:51 +0100
$PBExportHeader$u_base.sru
$PBExportComments$Extension Visual Ancestor class
forward
global type u_base from pfc_u_base
end type
end forward

global type u_base from pfc_u_base
end type
global u_base u_base

on u_base.create
call pfc_u_base::create
end on

on u_base.destroy
call pfc_u_base::destroy
end on