File: u_calculator.sru
Size: 388
Date: Tue, 22 Jan 2008 23:32:51 +0100
$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