summaryrefslogtreecommitdiff
path: root/cpp/include
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2011-02-28 15:35:28 +0000
committerGordon Sim <gsim@apache.org>2011-02-28 15:35:28 +0000
commit206ecfecd7de56a80508673ca1a5339e23fb101c (patch)
tree510f5888fb5e61a9b361b3d8267e5dfdbd70feee /cpp/include
parent7f2921c20dd94348d58105764f8a9e1412a5c6a6 (diff)
downloadqpid-python-206ecfecd7de56a80508673ca1a5339e23fb101c.tar.gz
QPID-3089: make getTypeName() a public method
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1075380 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/include')
-rw-r--r--cpp/include/qpid/types/Variant.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/include/qpid/types/Variant.h b/cpp/include/qpid/types/Variant.h
index 9ae672b7c2..d9260133a7 100644
--- a/cpp/include/qpid/types/Variant.h
+++ b/cpp/include/qpid/types/Variant.h
@@ -60,6 +60,8 @@ enum VariantType {
VAR_UUID
};
+std::string getTypeName(VariantType type);
+
class VariantImpl;
/**