Changeset 2455 for source/ariba
- Timestamp:
 - Feb 18, 2009, 2:13:03 PM (17 years ago)
 - Location:
 - source/ariba
 - Files:
 - 
      
- 2 edited
 
- 
          
  Node.cpp (modified) (1 diff)
 - 
          
  utility/logging/Logging.h (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
source/ariba/Node.cpp
r2454 r2455 137 137 nodeId = generateNodeId(name); 138 138 this->context = ariba_mod.underlay_abs->joinSpoVNet(spovnetId, 139 *ariba_mod.getBootstrapNode(name), nodeId); 140 } 141 139 *ariba_mod.getBootstrapNode(vnetname), nodeId); 140 } 141 142 //TODO: Implement error handling: no bootstrap node available 142 143 void Node::initiate(const Name& vnetname, const SpoVNetProperties& parm) { 143 144 utility::OverlayParameterSet  - 
      
source/ariba/utility/logging/Logging.h
r2454 r2455 46 46 47 47 #define colorDefault { std::cout << "\033[0m"; } /*reset*/ 48 #define colorDebug { std::cout << "\033[3 7m"; } /*gray*/48 #define colorDebug { std::cout << "\033[31m"; } /*gray*/ 49 49 #define colorInfo { std::cout << "\033[32m"; } /*green*/ 50 50 #define colorWarn { std::cout << "\033[34m"; } /*blue*/  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.