root/lang/cplusplus/i3/src/CompletionWindow.cpp
@
18130
| Revision 18130, 348 bytes (checked in by saturday06, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | #include <PrecompiledHeaders.h> |
| 2 | #include "CompletionWindow.h" |
| 3 | #include "Mediator.h" |
| 4 | |
| 5 | /** |
| 6 | * |
| 7 | */ |
| 8 | |
| 9 | using namespace mol; |
| 10 | |
| 11 | namespace i3 |
| 12 | { |
| 13 | |
| 14 | CompletionWindow::CompletionWindow(Mediator& mediator): CompletionWindowCore<CompletionWindow>(mediator) |
| 15 | { |
| 16 | } |
| 17 | |
| 18 | CompletionWindow::~CompletionWindow() |
| 19 | { |
| 20 | } |
| 21 | |
| 22 | void CompletionWindow::run() |
| 23 | { |
| 24 | } |
| 25 | } |
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)