root/lang/objective-cplusplus/i3/trunk/src/OutputWindow.cpp
@
37265
| Revision 35976, 314 bytes (checked in by saturday06, 4 years ago) |
|---|
| Line | |
|---|---|
| 1 | #include <PrecompiledHeaders.h> |
| 2 | #include "OutputWindow.h" |
| 3 | #include "Mediator.h" |
| 4 | |
| 5 | namespace i3 { |
| 6 | using namespace mil; |
| 7 | |
| 8 | OutputWindow::OutputWindow(Mediator& mediator): mediator(mediator) { |
| 9 | } |
| 10 | |
| 11 | OutputWindow::~OutputWindow() { |
| 12 | } |
| 13 | |
| 14 | void OutputWindow::run() { |
| 15 | } |
| 16 | |
| 17 | void OutputWindow::createUI() { |
| 18 | } |
| 19 | |
| 20 | } |
| 21 |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)