Changeset 500


Ignore:
Timestamp:
07/20/10 18:06:12 (19 months ago)
Author:
ddangelo
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/avango-utils/python/_utils.cpp

    r499 r500  
    9999  { 
    100100//    std::string type = ::av::ContainerPool::getNameByInstance(iter->second); 
    101     std::string type = iter->second->Name.getValue(); 
     101//    std::string type = iter->second->Name.getValue(); 
     102    std::string type = iter->second->getTypeId().getName(); 
    102103 
    103104    int l = type.length(); 
     
    114115    } 
    115116  } 
    116  
    117 //  std::ostringstream ss; 
    118 //  std::map< std::string, int >::reverse_iterator i; 
    119 //  for(i=m.rbegin();i!=m.rend();++i) 
    120 //  { 
    121 //    int l = maxLength - i->first.length(); 
    122 //    ss <<"\""<< i->first << "\" "; 
    123 //    for(int n=0;n<l;++n) 
    124 //      ss << " "; 
    125 //    ss<< i->second << std::endl; 
    126 //  } 
    127 //  ss<< av::ContainerPool::getNumberOfContainers() << std::endl; 
    128 //  std::cout << ss.str(); 
    129117 
    130118  std::ostringstream ss; 
Note: See TracChangeset for help on using the changeset viewer.