Ignore:
Timestamp:
12/16/14 12:55:59 (10 years ago)
Author:
mhnguyen
Message:

Replacing some attribute files with new ones

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/context.cpp

    r540 r541  
    356356     if (hasClient) 
    357357     { 
    358        std::cout << "Current context " << *this << std::endl; 
     358//       std::cout << "Current context " << *this << std::endl; 
    359359       // After xml is parsed, there are some more works with post processing 
    360360       postProcessing(); 
     
    715715   { 
    716716      postProcessing(); 
    717       std::cout << "server context " << *this << std::endl; 
     717//      std::cout << "server context " << *this << std::endl; 
    718718   } 
    719719 
Note: See TracChangeset for help on using the changeset viewer.