[Redbutton-devel] SF.net SVN: redbutton: [401] redbutton-author/trunk/asn1tag.h
Brought to you by:
skilvington
|
From: <ski...@us...> - 2007-09-19 12:00:21
|
Revision: 401
http://redbutton.svn.sourceforge.net/redbutton/?rev=401&view=rev
Author: skilvington
Date: 2007-09-19 05:00:20 -0700 (Wed, 19 Sep 2007)
Log Message:
-----------
remove some of the extraneous SEQUENCEs - need to look at the rest
Modified Paths:
--------------
redbutton-author/trunk/asn1tag.h
Modified: redbutton-author/trunk/asn1tag.h
===================================================================
--- redbutton-author/trunk/asn1tag.h 2007-09-19 11:47:16 UTC (rev 400)
+++ redbutton-author/trunk/asn1tag.h 2007-09-19 12:00:20 UTC (rev 401)
@@ -44,6 +44,7 @@
#define ASN1TAGCLASS_TextBody ASN1TAG_SYNTHETIC
#define ASN1TAGCLASS_PushButtonBody ASN1TAG_SYNTHETIC
#define ASN1TAGCLASS_OctetString ASN1TAG_SYNTHETIC
+#define ASN1TAGCLASS_BoxSize ASN1TAG_SYNTHETIC
/* ASN1 CONTEXT tag values */
#define ASN1TAG_ApplicationClass 0
@@ -584,7 +585,6 @@
#define ASN1TAGCLASS_TargetElement ASN1TAGCLASS_INTEGER
#define ASN1TAGCLASS_AVisible ASN1TAG_SYNTHETIC
#define ASN1TAGCLASS_Position ASN1TAGCLASS_SEQUENCE
-#define ASN1TAGCLASS_BoxSize ASN1TAGCLASS_SEQUENCE
#define ASN1TAGCLASS_XLength ASN1TAGCLASS_INTEGER
#define ASN1TAGCLASS_YLength ASN1TAGCLASS_INTEGER
#define ASN1TAGCLASS_AbsoluteTime ASN1TAG_SYNTHETIC
@@ -707,7 +707,7 @@
#define ASN1TAGCLASS_XPosition ASN1TAGCLASS_INTEGER
#define ASN1TAGCLASS_YPosition ASN1TAGCLASS_INTEGER
#define ASN1TAGCLASS_ReferencedContent ASN1TAGCLASS_SEQUENCE
-#define ASN1TAGCLASS_XYPosition ASN1TAGCLASS_SEQUENCE
+#define ASN1TAGCLASS_XYPosition ASN1TAG_SYNTHETIC
#define ASN1TAGCLASS_Point ASN1TAGCLASS_SEQUENCE
#define ASN1TAGCLASS_Rational ASN1TAGCLASS_SEQUENCE
#define ASN1TAGCLASS_ExternalReference ASN1TAGCLASS_SEQUENCE
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|