Changeset 4614 for source/ariba/utility
- Timestamp:
 - Jun 29, 2009, 3:54:10 PM (16 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  source/ariba/utility/types/Identifier.h (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
source/ariba/utility/types/Identifier.h
r4608 r4614 591 591 // when deserializing reset unspec flag 592 592 if (X.isDeserializer()){ 593 //isUnspec = unspec; 593 594 isUnspec = false; 594 isUnspec = unspec; 595 std::cout << "isUnspec: " << (isUnspec ? "true" : "false") << " " << "unspec: " << (int)unspec << std::endl; 595 //std::cout << "isUnspec: " << (isUnspec ? "true" : "false") << " " << "unspec: " << (int)unspec << std::endl; 596 596 } 597 597  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.