update comment

This commit is contained in:
David Rose 2005-05-04 00:44:36 +00:00
parent adbde2955f
commit 4f43ec84c0

View File

@ -39,15 +39,9 @@ PUBLISHED:
// data should be stored in. // data should be stored in.
// The hint is provided as a performance optimization only, and does // The hint is provided as a performance optimization only, and does
// not constraing actual usage; although it may be an important // not constrain actual usage; although it may be an important
// optimization. // optimization.
// In general, the hint may only be specified at the time the data
// object is constructed. If you need to change it, you must create
// a new object (but in many cases you can just assign the same
// internal data pointer to the new object, to keep the same
// client-side memory).
enum UsageHint { enum UsageHint {
// The following are intentionally ordered from most dynamic to // The following are intentionally ordered from most dynamic to
// most static. In general, if usage_a < usage_b, then usage_a is // most static. In general, if usage_a < usage_b, then usage_a is