Changeset 296

Show
Ignore:
Timestamp:
06/29/09 11:26:57 (15 years ago)
Author:
wrodgers
Message:

Minor modifications to support new XML features

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vtcross/trunk/src/include/vtcross/containers.h

    r287 r296  
    8686    int32_t componentID; 
    8787    uint16_t num_conds; 
    88     bool cond_flag; 
    89     std::string input[5]; 
    90     std::string output[5]; 
     88    //bool cond_flag; 
     89    std::string parameter; 
     90    std::string input[10]; 
     91    std::string output[10]; 
    9192};  
    9293 
     
    100101    uint32_t numServices; 
    101102    Service *services; 
    102     std::string input[5]; 
    103     std::string output[5]; 
     103    std::string input[10]; 
     104    std::string output[10]; 
    104105}; 
    105106