File: u_calculator.sru
Size: 390
Date: Sat, 23 Mar 2013 16:23:04 +0100
HA$PBExportHeader$u_calculator.sru
$PBExportComments$Extension Calculator class
forward
global type u_calculator from pfc_u_calculator
end type
end forward

global type u_calculator from pfc_u_calculator
end type
global u_calculator u_calculator

on u_calculator.create
call pfc_u_calculator::create
end on

on u_calculator.destroy
call pfc_u_calculator::destroy
end on