summaryrefslogtreecommitdiff
path: root/src/classimpl.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-04-05 16:24:34 +0200
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-04-05 16:24:34 +0200
commit5973954b7428aa95ec8f0b2424b5725d2815049f (patch)
tree98f02a08bd8eaf8e7127e0aac97832f98f0ca217 /src/classimpl.h
parentffdccb83d460791202bdb258dbb9106da877da3b (diff)
added extra check to see if a derived class is initialized before a base class or interface
Diffstat (limited to 'src/classimpl.h')
-rw-r--r--src/classimpl.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/classimpl.h b/src/classimpl.h
index f3673b1..cf28199 100644
--- a/src/classimpl.h
+++ b/src/classimpl.h
@@ -125,6 +125,15 @@ public:
virtual ~ClassImpl();
/**
+ * Retrieve the class name
+ * @return std::string
+ */
+ const std::string &name() const
+ {
+ return _name;
+ }
+
+ /**
* Retrieve the extension's class object
* @param entry
* @return ClassBase