Changeset 4647

Show
Ignore:
Timestamp:
02/24/08 06:17:49 (9 months ago)
Author:
xmlhacker
Message:

various missing project files

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/nuxleus/Source/Nuxleus.Web/HttpHandler/NuxleusHttpAsyncFormHandler.cs

    r4643 r4647  
    6161 
    6262            m_putAttributes = new PutAttributes(); 
    63             m_putAttributes.DomainName = "4lessig-dev"; 
     63            m_putAttributes.DomainName = "4lessig"; 
    6464            m_putAttributes.ItemName = email; 
    6565 
     
    7272 
    7373            pledgeQueue.Enqueue(location); 
    74  
    75             //if (location == "ca12thdistrict") { 
    76             //    lock (m_lock) { 
    77             //        m_pledgeCount.PledgeCountDistrict = m_pledgeCount.PledgeCountDistrict + 1; 
    78             //        m_pledgeCount.PledgeCountTotal = m_pledgeCount.PledgeCountTotal + 1; 
    79             //    } 
    80             //} else { 
    81             //    lock (m_lock) { 
    82             //        m_pledgeCount.PledgeCountTotal = m_pledgeCount.PledgeCountTotal + 1; 
    83             //    } 
    84             //} 
    8574 
    8675            Console.WriteLine("District Count: {0}, Total Count: {1}", m_pledgeCount.PledgeCountDistrict, m_pledgeCount.PledgeCountTotal);