Changeset 6799 for code/trunk/src/modules
- Timestamp:
- Apr 29, 2010, 12:57:23 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/overlays/GUIOverlay.cc
r6753 r6799 76 76 out << reinterpret_cast<long>(this); 77 77 const std::string& str = out.str(); 78 COUT(1) << "GUIManager ptr: " << str << std::endl;79 78 GUIManager::getInstance().showGUIExtra(this->guiName_, str); 80 79 81 COUT( 3) << "Showing GUI " << this->guiName_ << std::endl;80 COUT(4) << "Showing GUI " << this->guiName_ << std::endl; 82 81 } 83 82 else 84 83 { 85 84 GUIManager::hideGUI(this->guiName_); 86 COUT( 3) << "Hiding GUI " << this->guiName_ << std::endl;85 COUT(4) << "Hiding GUI " << this->guiName_ << std::endl; 87 86 } 88 87 }
Note: See TracChangeset
for help on using the changeset viewer.