File: n_ostm.sru
Size: 386
Date: Sat, 23 Mar 2013 16:23:04 +0100
HA$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