From b657f00b7b05fd6ac36da7e53680b6cd01dd4d35 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Mon, 28 Feb 2011 15:35:28 +0000 Subject: QPID-3089: make getTypeName() a public method git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1075380 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/include/qpid/types/Variant.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qpid/cpp/include') diff --git a/qpid/cpp/include/qpid/types/Variant.h b/qpid/cpp/include/qpid/types/Variant.h index 9ae672b7c2..d9260133a7 100644 --- a/qpid/cpp/include/qpid/types/Variant.h +++ b/qpid/cpp/include/qpid/types/Variant.h @@ -60,6 +60,8 @@ enum VariantType { VAR_UUID }; +std::string getTypeName(VariantType type); + class VariantImpl; /** -- cgit v1.2.1