From: Foster B. <fos...@us...> - 2006-02-23 23:29:31
|
Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe/documentation/sources/asl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25760/adobe/documentation/sources/asl Modified Files: value_t.dox Log Message: the state of things. We've been working to isolate static_text_t (now called label_t) but it has been slow going because we're trying to wrestle with perfecting the API and what effect that has on other components that were using label_t in a way that isn't in accordance with the new API we're trying to write. As it stands static_disabled_text_m is broken on both platforms, but everything else should be working better. Index: value_t.dox =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/adobe/documentation/sources/asl/value_t.dox,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** value_t.dox 3 Feb 2006 18:33:35 -0000 1.2 --- value_t.dox 23 Feb 2006 23:28:54 -0000 1.3 *************** *** 3,7 **** \ingroup asl_libraries ! \brief A descriminated type for single values. \model_of --- 3,7 ---- \ingroup asl_libraries ! \brief A discriminated type for single values. \model_of |