File: koexp.sru
Size: 526
Date: Mon, 07 Apr 2008 21:33:02 +0200
$PBExportHeader$koexp.sru
$PBExportComments$Contains the PBL's version
forward
global type koexp from n_base
end type
end forward

global type koexp from n_base
end type
global koexp koexp

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

on koexp.destroy
call super::destroy
end on