File: n_transaction.sru
Size: 329
Date: Tue, 22 Jan 2008 23:38:25 +0100
$PBExportHeader$n_transaction.sru
forward
global type n_transaction from eaf_n_transaction
end type
end forward

global type n_transaction from eaf_n_transaction
end type
global n_transaction n_transaction

on n_transaction.create
call super::create
end on

on n_transaction.destroy
call super::destroy
end on