Changeset 1854 for code/trunk/src/util/OutputBuffer.h
- Timestamp:
- Sep 28, 2008, 5:30:14 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/util/OutputBuffer.h
r1791 r1854 167 167 void callListeners(); 168 168 169 std::stringstream stream_; //! The stringstream that stores the assigned text170 std::list<OutputBufferListener*> listeners_; //! A list of all listeners169 std::stringstream stream_; //!< The stringstream that stores the assigned text 170 std::list<OutputBufferListener*> listeners_; //!< A list of all listeners 171 171 }; 172 172 }
Note: See TracChangeset
for help on using the changeset viewer.