File: n_ostm.sru
Size: 387
Date: Sat, 08 May 2021 23:34:23 +0200
$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