File: fcsvc.sru
Size: 528
Date: Mon, 07 Apr 2008 21:31:16 +0200
$PBExportHeader$fcsvc.sru
$PBExportComments$Contains the PBL's version
forward
global type fcsvc from n_base
end type
end forward

global type fcsvc from n_base
end type
global fcsvc fcsvc

type variables
Protected:

CONSTANT string VERSION = "3.0"
end variables

forward prototypes
public function string of_getversion ()
end prototypes

public function string of_getversion ();RETURN VERSION
end function

on fcsvc.create
call super::create
end on

on fcsvc.destroy
call super::destroy
end on