File: eaf_n_cst_platformntservice.sru
Size: 482
Date: Tue, 22 Jan 2008 23:39:44 +0100
$PBExportHeader$eaf_n_cst_platformntservice.sru
forward
global type eaf_n_cst_platformntservice from n_cst_platformservice
end type
end forward

global type eaf_n_cst_platformntservice from n_cst_platformservice
string is_logservice = "n_cst_loggingservice"
end type
global eaf_n_cst_platformntservice eaf_n_cst_platformntservice

on eaf_n_cst_platformntservice.create
call super::create
end on

on eaf_n_cst_platformntservice.destroy
call super::destroy
end on