File: pfc_n_ostm.sru
Size: 412
Date: Tue, 22 Jan 2008 23:30:35 +0100
$PBExportHeader$pfc_n_ostm.sru
$PBExportComments$PFC OLEStream class
forward
global type pfc_n_ostm from olestream
end type
end forward

global type pfc_n_ostm from olestream
end type
global pfc_n_ostm pfc_n_ostm

on pfc_n_ostm.create
call olestream::create
TriggerEvent( this, "constructor" )
end on

on pfc_n_ostm.destroy
call olestream::destroy
TriggerEvent( this, "destructor" )
end on