summaryrefslogtreecommitdiff
path: root/dxr3singleton.h
diff options
context:
space:
mode:
authoraustriancoder <austriancoder>2004-12-07 07:27:54 +0000
committeraustriancoder <austriancoder>2004-12-07 07:27:54 +0000
commit9fafcab114dcb86b15526969d9db6c32158cb59b (patch)
tree9b465eee9dd0e128a2e41e9361b6885dfe4bb2e9 /dxr3singleton.h
parentb3c6930b7d36d94adca50e552c794c4466560db6 (diff)
downloadvdr-plugin-dxr3-9fafcab114dcb86b15526969d9db6c32158cb59b.tar.gz
vdr-plugin-dxr3-9fafcab114dcb86b15526969d9db6c32158cb59b.tar.bz2
source comment updates
Diffstat (limited to 'dxr3singleton.h')
-rw-r--r--dxr3singleton.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/dxr3singleton.h b/dxr3singleton.h
index 6db2c26..849224d 100644
--- a/dxr3singleton.h
+++ b/dxr3singleton.h
@@ -23,8 +23,11 @@
#define _DXR3_SINGLETON_H_
// ==================================
-// This template makes it easy to make
-// global things
+//! A singleton template.
+/*!
+ Is a nice solution to use only
+ one instance of a class.
+*/
template<typename T>
class Singleton
{