File: n_ostg.sru
Size: 385
Date: Tue, 22 Jan 2008 23:32:50 +0100
$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