Subversion Repositories DevTools

Rev

Rev 2155 | Rev 2161 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2155 Rev 2157
Line 447... Line 447...
447
         return s;
447
         return s;
448
      }
448
      }
449
 
449
 
450
      #endregion
450
      #endregion
451
 
451
 
-
 
452
      #region Trace Relationship Methods
452
 
453
 
453
      protected int write_traces(int totalRequirements)
454
      protected int write_traces(int totalRequirements)
454
      {
455
      {
455
         trace_log = new ArrayList();
456
         trace_log = new ArrayList();
456
 
457
 
Line 726... Line 727...
726
         if (connectorCollectionNeedsRefreshing)
727
         if (connectorCollectionNeedsRefreshing)
727
            src_element.Connectors.Refresh();
728
            src_element.Connectors.Refresh();
728
      }
729
      }
729
 
730
 
730
 
731
 
-
 
732
      #endregion
-
 
733
 
-
 
734
 
731
      /// <summary>
735
      /// <summary>
732
      /// A method to contain common pre-parsing steps.
736
      /// A method to contain common pre-parsing steps.
733
      /// </summary>
737
      /// </summary>
734
      private void pre_parsing()
738
      private void pre_parsing()
735
      {
739
      {
Line 746... Line 750...
746
         ea_treePos.Push(0);
750
         ea_treePos.Push(0);
747
         lastLevel = 0;
751
         lastLevel = 0;
748
      }
752
      }
749
 
753
 
750
 
754
 
751
 
-
 
752
 
-
 
753
	}
755
	}
754
 
756
 
755
 
757
 
756
 
758
 
757
   public class ReqProObject_Dictionary : DictionaryBase
759
   public class ReqProObject_Dictionary : DictionaryBase