File: fcxexp.sru
Size: 533
Date: Mon, 07 Apr 2008 21:32:50 +0200
$PBExportHeader$fcxexp.sru
$PBExportComments$Contains the PBL's version
forward
global type fcxexp from n_base
end type
end forward

global type fcxexp from n_base
end type
global fcxexp fcxexp

type variables
Protected:

CONSTANT string VERSION = "1.0"
end variables
forward prototypes
public function string of_getversion ()
end prototypes

public function string of_getversion ();RETURN VERSION
end function

on fcxexp.create
call super::create
end on

on fcxexp.destroy
call super::destroy
end on