You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2005/09/21 09:17:56 UTC

svn commit: r290640 - /directory/shared/ldap/trunk/apache2-provider/src/java/main/org/apache/asn1new/ldap/codec/grammar/LdapStatesEnum.java

Author: elecharny
Date: Wed Sep 21 00:17:50 2005
New Revision: 290640

URL: http://svn.apache.org/viewcvs?rev=290640&view=rev
Log:
Deleted two states of the Controls grammar

Modified:
    directory/shared/ldap/trunk/apache2-provider/src/java/main/org/apache/asn1new/ldap/codec/grammar/LdapStatesEnum.java

Modified: directory/shared/ldap/trunk/apache2-provider/src/java/main/org/apache/asn1new/ldap/codec/grammar/LdapStatesEnum.java
URL: http://svn.apache.org/viewcvs/directory/shared/ldap/trunk/apache2-provider/src/java/main/org/apache/asn1new/ldap/codec/grammar/LdapStatesEnum.java?rev=290640&r1=290639&r2=290640&view=diff
==============================================================================
--- directory/shared/ldap/trunk/apache2-provider/src/java/main/org/apache/asn1new/ldap/codec/grammar/LdapStatesEnum.java (original)
+++ directory/shared/ldap/trunk/apache2-provider/src/java/main/org/apache/asn1new/ldap/codec/grammar/LdapStatesEnum.java Wed Sep 21 00:17:50 2005
@@ -143,45 +143,39 @@
     /** Control Value */
     public static int CONTROLS_VALUE = 1;
 
-    /** Control Tag */
-    public static int CONTROLS_SEQUENCE_TAG = 2;
-
-    /** Control Value */
-    public static int CONTROLS_SEQUENCE_VALUE = 3;
-
     // Control ----------------------------------------------------------------
     /** Control Tag */
-    public static int CONTROL_TAG = 4;
+    public static int CONTROL_TAG = 2;
 
     /** Control Value */
-    public static int CONTROL_VALUE = 5;
+    public static int CONTROL_VALUE = 3;
 
     // Control controltype ----------------------------------------------------
     /** Control type Tag */
-    public static int CONTROL_TYPE_TAG = 6;
+    public static int CONTROL_TYPE_TAG = 4;
 
     /** Control type Value */
-    public static int CONTROL_TYPE_VALUE = 7;
+    public static int CONTROL_TYPE_VALUE = 5;
 
     // Control criticality ----------------------------------------------------
     /** Control criticality Tag */
-    public static int CONTROL_LOOP_OR_CRITICAL_OR_VALUE_TAG = 8;
+    public static int CONTROL_LOOP_OR_CRITICAL_OR_VALUE_TAG = 6;
 
     /** Control criticality Value */
-    public static int CONTROL_CRITICALITY_VALUE = 9;
+    public static int CONTROL_CRITICALITY_VALUE = 7;
 
     // Control controlvalue ---------------------------------------------------
     /** Control value Tag */
-    public static int CONTROL_LOOP_OR_VALUE_TAG = 10;
+    public static int CONTROL_LOOP_OR_VALUE_TAG = 8;
 
     /** Control value Value */
-    public static int CONTROL_VALUE_VALUE = 11;
+    public static int CONTROL_VALUE_VALUE = 9;
     
     /** Another Control, or the end */
-    public static int CONTROL_LOOP_OR_END_TAG = 12;
+    public static int CONTROL_LOOP_OR_END_TAG = 10;
 
     /** Control last state */
-    public static int LAST_CONTROL_STATE = 13;
+    public static int LAST_CONTROL_STATE = 11;
 
     //=========================================================================
     // BindResponse
@@ -1161,8 +1155,6 @@
         {
             "CONTROLS_TAG", 
             "CONTROLS_VALUE", 
-            "CONTROLS_SEQUENCE_TAG",
-            "CONTROLS_SEQUENCE_VALUE",
             "CONTROL_TAG", 
             "CONTROL_VALUE", 
             "CONTROL_TYPE_TAG",