Local changes that I've made to test things, but aren't really ready for main-line commits. (I just don't want to loose them in case we need them in the future).
git-svn-id: svn://10.0.0.236/trunk@256746 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
7c3ea8f971
commit
00a78f322a
@ -1265,6 +1265,14 @@ const Commands _commands[] = {
|
||||
" value 32 bit value to set in the template\n",
|
||||
{ArgAttribute, ArgULong, ArgULong, ArgNone, ArgNone,
|
||||
ArgNone, ArgNone, ArgNone, ArgNone, ArgNone }},
|
||||
{"SetTemplateString", F_SetTemplateString,
|
||||
"SetTemplateString template index value\n\n"
|
||||
"Sets a particular element of a template to a string value\n"
|
||||
" template variable name of the template\n"
|
||||
" index index into the template to the element to change\n"
|
||||
" value UTF8 string\n",
|
||||
{ArgAttribute, ArgULong, ArgVar, ArgNone, ArgNone,
|
||||
ArgNone, ArgNone, ArgNone, ArgNone, ArgNone }},
|
||||
{"SetString", F_SetStringVar,
|
||||
"SetString varName string\n\n"
|
||||
"Sets a particular variable to a string value\n"
|
||||
|
||||
@ -21,6 +21,7 @@ typedef enum {
|
||||
F_NewMechanism,
|
||||
F_BuildTemplate,
|
||||
F_SetTemplate,
|
||||
F_SetTemplateString,
|
||||
F_Print,
|
||||
F_SaveVar,
|
||||
F_RestoreVar,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user