Subversion Repositories Projects

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

/*
 * StructManager.cpp
 *
 * Created: 06.03.2013 11:36:47
 *  Author: Peter
 */

/* includes ------------------------------------------------------------*/
        #include "StructManager.h"
/* constructor ---------------------------------------------------------*/
        StructManager::StructManager()
        {}
/* destructor ----------------------------------------------------------*/
        StructManager::~StructManager()
        {}
/* definitions ---------------------------------------------------------*/
/* -------------------------------------------------------------------- */
/*
 *      EOF / StructManager.cpp
 */