added logging module and a sandbox project
This commit is contained in:
@@ -18,7 +18,7 @@ template < typename T >
|
||||
class singleton
|
||||
{
|
||||
public:
|
||||
typedef T value_type; /**< Shortcut for the singletons type */
|
||||
typedef T value_type; /**< Shortcut for the singleton type */
|
||||
|
||||
/**
|
||||
* @brief Access the instance of the class.
|
||||
|
||||
Reference in New Issue
Block a user