summaryrefslogtreecommitdiff
path: root/cpp/include/qpid
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
commit23b085684677b750fa9cded19a64fb98f827186a (patch)
tree510f5888fb5e61a9b361b3d8267e5dfdbd70feee /cpp/include/qpid
parent5ff7f781c03a365539ed9aaf5a6c14c2ac6afafb (diff)
downloadqpid-python-23b085684677b750fa9cded19a64fb98f827186a.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/qpid')
-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;
/**