Changeset 265


Ignore:
Timestamp:
04/13/12 09:34:28 (13 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • xssim/branches/tpiontek/src/simulator/stats/implementation/out/StatsSerializer.java

    r104 r265  
    88import simulator.stats.implementation.ResourceStats; 
    99import simulator.stats.implementation.ResourceUsageStats; 
     10import simulator.stats.implementation.TaskCategoryStats; 
    1011import simulator.stats.implementation.TaskStats; 
    1112import simulator.stats.implementation.JobStats; 
     
    3536         
    3637        public Object visit(GSSAccumulatorsStats arg); 
     38 
     39        public Object visit(TaskCategoryStats taskCategoryStats); 
    3740         
    3841} 
Note: See TracChangeset for help on using the changeset viewer.