File: n_x_svc.sru
Size: 296
Date: Mon, 07 Apr 2008 21:31:30 +0200
$PBExportHeader$n_x_svc.sru
$PBExportComments$Service Exception
forward
global type n_x_svc from n_x
end type
end forward

global type n_x_svc from n_x
end type
global n_x_svc n_x_svc

on n_x_svc.create
call super::create
end on

on n_x_svc.destroy
call super::destroy
end on