You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3dpcp/.svn/pristine/10/103f556818deb3388a2843ffa55...

21 lines
242 B
Plaintext

/**
* @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