File: n_cst_platformservice.sru
Size: 773
Date: Tue, 22 Jan 2008 23:38:30 +0100
$PBExportHeader$n_cst_platformservice.sru
forward
global type n_cst_platformservice from eaf_n_cst_platformservice
end type
end forward

global type n_cst_platformservice from eaf_n_cst_platformservice
end type
global n_cst_platformservice n_cst_platformservice

on n_cst_platformservice.create
call super::create
end on

on n_cst_platformservice.destroy
call super::destroy
end on

event constructor;call super::constructor;//constant string METHOD_NAME = "constructor "
////////////////////////////////////////////////////////////////
// Description:
//    Occurs when the object is created
// Revisions
//    1.0   - Initial version
// Arguments:  
//    None
// Returns: 
////////////////////////////////////////////////////////////////
end event