summaryrefslogtreecommitdiff
path: root/include/salhelper
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-05 16:45:45 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-05 16:54:10 +0100
commit846d340d6a75110a901ae4922a261ca83a8a4dfa (patch)
tree10aac2e160cdee0f3da6f68106fdf506a579d5f9 /include/salhelper
parent38b46a4a629f38c982e047da9a94ec28f6fe39c5 (diff)
Deprecate salhelper::SimpleReferenceObject
Change-Id: I0721c0b620a7de994d71752034daeeb4d00659f7
Diffstat (limited to 'include/salhelper')
-rw-r--r--include/salhelper/refobj.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/salhelper/refobj.hxx b/include/salhelper/refobj.hxx
index f918784e9a91..32ca6e170f70 100644
--- a/include/salhelper/refobj.hxx
+++ b/include/salhelper/refobj.hxx
@@ -28,8 +28,10 @@
namespace salhelper
{
+/** A base implementation for reference-counted objects.
-
+ @deprecated use salhelper::SimpleReferenceObject instead
+*/
class ReferenceObject
{
/** Representation.