File: u_calendar.sru
Size: 366
Date: Sat, 23 Mar 2013 16:23:04 +0100
HA$PBExportHeader$u_calendar.sru
$PBExportComments$Extension Calendar class
forward
global type u_calendar from pfc_u_calendar
end type
end forward

global type u_calendar from pfc_u_calendar
end type
global u_calendar u_calendar

on u_calendar.create
call pfc_u_calendar::create
end on

on u_calendar.destroy
call pfc_u_calendar::destroy
end on