summaryrefslogtreecommitdiff
path: root/include/cppu
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-12-16 16:46:48 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-12-16 21:43:12 +0100
commitab16d1c619f27864a4a7315932acf2ecb5f16e78 (patch)
tree591def850f47f9031d0d6ee93545e35e9811fc96 /include/cppu
parenta83b2af9abddfb2a6a127049374269b53241c183 (diff)
CPPU_CURRENT_NAMESPACE is impl detail, mark @deprecated
Change-Id: I4f66403c197bb94ec0ce178f949ece80bab1116f
Diffstat (limited to 'include/cppu')
-rw-r--r--include/cppu/macros.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/cppu/macros.hxx b/include/cppu/macros.hxx
index cc6d93a91a49..d52a6ef913e0 100644
--- a/include/cppu/macros.hxx
+++ b/include/cppu/macros.hxx
@@ -21,7 +21,10 @@
#include <sal/types.h>
-/** Namespace name for compiler/ platform, e.g. gcc3, msci */
+/** Namespace name for compiler/ platform, e.g. gcc3, msci
+
+ @deprecated implementation detail, not to be used by client code
+*/
#define CPPU_CURRENT_NAMESPACE CPPU_ENV
/// @cond INTERNAL