[Redbutton-devel] SF.net SVN: redbutton: [463] redbutton-author/trunk
Brought to you by:
skilvington
|
From: <ski...@us...> - 2007-11-16 17:16:28
|
Revision: 463
http://redbutton.svn.sourceforge.net/redbutton/?rev=463&view=rev
Author: skilvington
Date: 2007-11-16 09:16:23 -0800 (Fri, 16 Nov 2007)
Log Message:
-----------
give NewTimer an explicit SEQUENCE tag
Modified Paths:
--------------
redbutton-author/trunk/asn1tag.c
redbutton-author/trunk/asn1tag.h
redbutton-author/trunk/grammar
Modified: redbutton-author/trunk/asn1tag.c
===================================================================
--- redbutton-author/trunk/asn1tag.c 2007-11-16 17:07:16 UTC (rev 462)
+++ redbutton-author/trunk/asn1tag.c 2007-11-16 17:16:23 UTC (rev 463)
@@ -547,6 +547,7 @@
MATCH(NewContent)
MATCH(NewFont)
MATCH(NewVariableValue)
+ MATCH(NewTimer)
fprintf(stderr, "Unknown ASN1TAGCLASS type: %s\n", name);
exit(EXIT_FAILURE);
Modified: redbutton-author/trunk/asn1tag.h
===================================================================
--- redbutton-author/trunk/asn1tag.h 2007-11-16 17:07:16 UTC (rev 462)
+++ redbutton-author/trunk/asn1tag.h 2007-11-16 17:16:23 UTC (rev 463)
@@ -792,5 +792,6 @@
#define ASN1TAGCLASS_NewContent ASN1TAG_CHOICE
#define ASN1TAGCLASS_NewFont ASN1TAG_CHOICE
#define ASN1TAGCLASS_NewVariableValue ASN1TAG_CHOICE
+#define ASN1TAGCLASS_NewTimer ASN1TAGCLASS_SEQUENCE
#endif /* __ASN1TAG_H__ */
Modified: redbutton-author/trunk/grammar
===================================================================
--- redbutton-author/trunk/grammar 2007-11-16 17:07:16 UTC (rev 462)
+++ redbutton-author/trunk/grammar 2007-11-16 17:16:23 UTC (rev 463)
@@ -711,8 +711,8 @@
SetSliderValue ::= ":SetSliderValue" "(" Target
NewSliderValue ")" .
SetSpeed ::= ":SetSpeed" "(" Target NewSpeed ")" .
-SetTimer ::= ":SetTimer" "(" Target TimerID
- [TimerValue] [AbsoluteTime] ")" .
+SetTimer ::= ":SetTimer" "(" Target TimerID [NewTimer] ")" .
+NewTimer ::= TimerValue [AbsoluteTime] .
SetTransparency ::= ":SetTransparency" "(" Target
NewTransparency ")" .
SetVariable ::= ":SetVariable" "(" Target
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|