* Fixed an omission in type signature detection
git-svn-id: http://dev.openwengo.org/svn/openwengo/wengophone-ng/branches/wengophone-dbus-api/libs/dbus@11883 30a43799-04e7-0310-8b2b-ea0d24f86d0e
This commit is contained in:
parent
e37e2a21db
commit
a8f5e819bd
1 changed files with 2 additions and 1 deletions
|
@ -145,6 +145,7 @@ struct type
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
template <> struct type<Variant> { static std::string sig(){ return "v"; } };
|
||||||
template <> struct type<Byte> { static std::string sig(){ return "y"; } };
|
template <> struct type<Byte> { static std::string sig(){ return "y"; } };
|
||||||
template <> struct type<Bool> { static std::string sig(){ return "b"; } };
|
template <> struct type<Bool> { static std::string sig(){ return "b"; } };
|
||||||
template <> struct type<Int16> { static std::string sig(){ return "n"; } };
|
template <> struct type<Int16> { static std::string sig(){ return "n"; } };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue