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