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

global type fcmain from n_base
end type
global fcmain fcmain

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

on fcmain.destroy
call super::destroy
end on