Blame |
Last modification |
View Log
| SVN
| RSS feed
/*
* Module.cpp
*
* Created on: May 9, 2009
* Author: Mattias Runge
*/
#include "Module.h"
namespace atom {
namespace db {
Module::Module(string name)
{
// TODO Auto-generated constructor stub
}
Module::~Module()
{
// TODO Auto-generated destructor stub
}
}
}