File: n_service.sru
Size: 706
Date: Sun, 25 Sep 2011 18:32:30 +0200
$PBExportHeader$n_service.sru
forward
global type n_service from Service
end type
end forward

global type n_service from Service
end type
global n_service n_service

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

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