[Igarden-commit] Garden/source/Preferences DocumentTags.h, 1.10, 1.10.2.1
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2006-12-13 13:55:47
|
Update of /cvsroot/igarden/Garden/source/Preferences In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv3851 Modified Files: Tag: Release_branch_v1 DocumentTags.h Log Message: Fully implement planting regions for choosing the quick pick list Index: DocumentTags.h =================================================================== RCS file: /cvsroot/igarden/Garden/source/Preferences/DocumentTags.h,v retrieving revision 1.10 retrieving revision 1.10.2.1 diff -C2 -d -r1.10 -r1.10.2.1 *** DocumentTags.h 17 May 2006 00:00:44 -0000 1.10 --- DocumentTags.h 13 Dec 2006 13:55:43 -0000 1.10.2.1 *************** *** 65,68 **** --- 65,69 ---- /***/ virtual bool GetStrPref(stateTags_t propertyID, Int32 valueLen, void* value); + virtual bool GetStrPref(stateTags_t propertyID, String &str) { return PersistentTags::GetStrPref(propertyID, str); } virtual UInt32 GetStrPrefLength(stateTags_t propertyID); virtual void SetStrPref(stateTags_t propertyID, const char* value); |