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

global type fcwin32 from n_base
end type
global fcwin32 fcwin32

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

on fcwin32.destroy
call super::destroy
end on