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

global type fcres from n_base
end type
global fcres fcres

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 fcres.create
call super::create
end on

on fcres.destroy
call super::destroy
end on