Changeset 4734

Show
Ignore:
Timestamp:
07/20/08 20:06:01 (5 months ago)
Author:
xmlhacker
Message:

changed to the proper type

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/nuxleus/Source/CodeSamples/Protobuf_Serialization_Comparison_Test/Program.cs

    r4733 r4734  
    3434        static PerformanceTimer m_timer = new PerformanceTimer(); 
    3535 
    36         // Create a SerializerPerformanceTestItem array which will then allow us to iterate through each  
    37         // SerializerPerformanceTestItem contained in the array, keeping our test code clean and simple 
    38         // by placing placing the various objects and values associated with each SerializerPerformanceTestItem 
     36        // Create a SerializerPerformanceTestAgent array which will then allow us to iterate through each  
     37        // SerializerPerformanceTestAgent contained in the array, keeping our test code clean and simple 
     38        // by placing placing the various objects and values associated with each SerializerPerformanceTestAgent 
    3939        // within easy reach. 
    4040        static SerializerPerformanceTestAgent[] serializerPeformanceItem = new SerializerPerformanceTestAgent[] {