root/lang/objective-cplusplus/i3/trunk/src/OutputWindow.cpp @ 37265

Revision 35976, 314 bytes (checked in by saturday06, 4 years ago)

qwedrftgyhu

Line 
1#include <PrecompiledHeaders.h>
2#include "OutputWindow.h"
3#include "Mediator.h"
4
5namespace i3 {
6using namespace mil;
7
8OutputWindow::OutputWindow(Mediator& mediator): mediator(mediator) {
9}
10
11OutputWindow::~OutputWindow() {
12}
13
14void OutputWindow::run() {
15}
16
17void OutputWindow::createUI() {
18}
19
20}
21
Note: See TracBrowser for help on using the browser.