diff options
| author | Gordon Sim <gsim@apache.org> | 2011-02-28 15:35:28 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2011-02-28 15:35:28 +0000 |
| commit | 23b085684677b750fa9cded19a64fb98f827186a (patch) | |
| tree | 510f5888fb5e61a9b361b3d8267e5dfdbd70feee /cpp/include | |
| parent | 5ff7f781c03a365539ed9aaf5a6c14c2ac6afafb (diff) | |
| download | qpid-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')
| -rw-r--r-- | cpp/include/qpid/types/Variant.h | 2 |
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; /** |
