[Objectscript-devel] [OBJECTSCRIPT] Issue #OBJS65 - make "static" automatically "public"
Brought to you by:
rob_d_clark
From: Rob C. <rob...@ma...> - 2003-03-21 02:30:10
|
You can view the issue detail at the following URL: <http://icandy.homeunix.org:443/scarab/issues/id/OBJS65> Type : Defect Issue Id : OBJS65 Reported by: Rob Clark rob...@ma... - (rob...@ma...) Details: Headline: make "static" automatically "public" Description: this is a bit of a work around... the way "static" is currently implement, which results in static members being a member of the function itself, the current protection mechanism doesn't allow for the static var to be accessible within the object without being public. This work-around will let folks write code they way they mean it to be (without having to artifically use the "public" keywords when declaring a static varible)... at some point in the future I should address the real problem ;-) Severity: Major Version: head Stack Trace: Functional Area: data Status: New |