dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib/I18N/Common HandlerCollection.cs, 1.


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/I18N/Common HandlerCollection.cs, 1.4, 1.5
Date: Sat, 16 Aug 2003 23:34:55 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/I18N/Common
In directory subversions:/tmp/cvs-serv9711/I18N/Common

Modified Files:
        HandlerCollection.cs 
Log Message:


Increase handler count estimate.


Index: HandlerCollection.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/I18N/Common/HandlerCollection.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** HandlerCollection.cs        13 Aug 2003 05:15:59 -0000      1.4
--- HandlerCollection.cs        17 Aug 2003 03:34:53 -0000      1.5
***************
*** 40,44 ****
        // Estimate of the number of handlers (should be >= the number
        // of lines in the "I18N-handlers.def" file).
!       private const int HandlerCountEstimate = 512;
  
        // Constructor.
--- 40,44 ----
        // Estimate of the number of handlers (should be >= the number
        // of lines in the "I18N-handlers.def" file).
!       private const int HandlerCountEstimate = 600;
  
        // Constructor.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]