File: n_ostg.sru
Size: 387
Date: Sat, 23 Mar 2013 16:23:04 +0100
HA$PBExportHeader$n_ostg.sru
$PBExportComments$Extension OLEStorage class
forward
global type n_ostg from pfc_n_ostg
end type
end forward

global type n_ostg from pfc_n_ostg
end type
global n_ostg n_ostg

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

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