3dpcp/include/scanserver/cache/accessData.h
2012-09-16 14:33:11 +02:00

20 lines
242 B
C++

/**
* @file
* @brief
*
* @author Thomas Escher
*/
#ifndef ACCESS_DATA_H
#define ACCESS_DATA_H
/**
* @brief Derivable class to store access informations in.
*
* Obviously a TODO
*/
class AccessData {
};
#endif //ACCESS_DATA_H