File: n_ostm.sru
Size: 384
Date: Tue, 22 Jan 2008 23:32:54 +0100
$PBExportHeader$n_ostm.sru
$PBExportComments$Extension OLEStream class
forward
global type n_ostm from pfc_n_ostm
end type
end forward

global type n_ostm from pfc_n_ostm
end type
global n_ostm n_ostm

on n_ostm.create
call super::create
TriggerEvent( this, "constructor" )
end on

on n_ostm.destroy
call super::destroy
TriggerEvent( this, "destructor" )
end on