Details | Last modification | View Log | SVN | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1309 | runge | 1 | /* |
| 2 | * Module.cpp |
||
| 3 | * |
||
| 4 | * Created on: May 9, 2009 |
||
| 5 | * Author: Mattias Runge |
||
| 6 | */ |
||
| 7 | |||
| 8 | #include "Module.h" |
||
| 9 | |||
| 10 | namespace atom { |
||
| 11 | namespace db { |
||
| 12 | |||
| 13 | Module::Module(string name) |
||
| 14 | { |
||
| 15 | // TODO Auto-generated constructor stub |
||
| 16 | |||
| 17 | } |
||
| 18 | |||
| 19 | Module::~Module() |
||
| 20 | { |
||
| 21 | // TODO Auto-generated destructor stub |
||
| 22 | } |
||
| 23 | |||
| 24 | } |
||
| 25 | } |