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

global type fcuobj from n_base
end type
global fcuobj fcuobj

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

on fcuobj.destroy
call super::destroy
end on