Changeset 4647
- Timestamp:
- 02/24/08 06:17:49 (9 months ago)
- Files:
-
- trunk/nuxleus/Source/CodeSamples/AgentAsyncRequestResponseTest (added)
- trunk/nuxleus/Source/CodeSamples/AgentAsyncRequestResponseTest/AgentAsyncRequestResponseTest.csproj (added)
- trunk/nuxleus/Source/CodeSamples/AgentAsyncRequestResponseTest/Program.cs (added)
- trunk/nuxleus/Source/CodeSamples/AgentAsyncRequestResponseTest/Properties (added)
- trunk/nuxleus/Source/CodeSamples/AgentAsyncRequestResponseTest/Properties/AssemblyInfo.cs (added)
- trunk/nuxleus/Source/Nuxleus.Extension.MySpace (added)
- trunk/nuxleus/Source/Nuxleus.Extension.MySpace/Agent.cs (added)
- trunk/nuxleus/Source/Nuxleus.Extension.MySpace/Extf.Net.snk (added)
- trunk/nuxleus/Source/Nuxleus.Extension.MySpace/Nuxleus.Extension.MySpace.csproj (added)
- trunk/nuxleus/Source/Nuxleus.Extension.MySpace/Properties (added)
- trunk/nuxleus/Source/Nuxleus.Extension.MySpace/Properties/AssemblyInfo.cs (added)
- trunk/nuxleus/Source/Nuxleus.Web/HttpHandler/NuxleusHttpAsyncFormHandler.cs (modified) (2 diffs)
- trunk/nuxleus/Source/ServiceApps/QueueServerService/QueueServerService.csproj (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/nuxleus/Source/Nuxleus.Web/HttpHandler/NuxleusHttpAsyncFormHandler.cs
r4643 r4647 61 61 62 62 m_putAttributes = new PutAttributes(); 63 m_putAttributes.DomainName = "4lessig -dev";63 m_putAttributes.DomainName = "4lessig"; 64 64 m_putAttributes.ItemName = email; 65 65 … … 72 72 73 73 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 //}85 74 86 75 Console.WriteLine("District Count: {0}, Total Count: {1}", m_pledgeCount.PledgeCountDistrict, m_pledgeCount.PledgeCountTotal);
