File: n_svc_event.sru
Size: 301
Date: Mon, 07 Apr 2008 21:31:08 +0200
$PBExportHeader$n_svc_event.sru
forward
global type n_svc_event from n_svc_base
end type
end forward

global type n_svc_event from n_svc_base
end type
global n_svc_event n_svc_event

on n_svc_event.create
call super::create
end on

on n_svc_event.destroy
call super::destroy
end on