diff options
author | Marc Laukien <marc@zeroc.com> | 2004-11-30 01:13:26 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-11-30 01:13:26 +0000 |
commit | 7d8c814c5f73b6b93ec4806c69faf2a44ae1ca8b (patch) | |
tree | d4d83e8c9c27e499548ddbce267eb1a2f5a1c328 /cpp/include/IcePatch2/Util.h | |
parent | IcePatch2 for WIN32 (diff) | |
download | ice-7d8c814c5f73b6b93ec4806c69faf2a44ae1ca8b.tar.bz2 ice-7d8c814c5f73b6b93ec4806c69faf2a44ae1ca8b.tar.xz ice-7d8c814c5f73b6b93ec4806c69faf2a44ae1ca8b.zip |
IcePatch2 for WIN32
Diffstat (limited to 'cpp/include/IcePatch2/Util.h')
-rw-r--r-- | cpp/include/IcePatch2/Util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/include/IcePatch2/Util.h b/cpp/include/IcePatch2/Util.h index ea2cc2468e2..6a2c0c5d4fb 100644 --- a/cpp/include/IcePatch2/Util.h +++ b/cpp/include/IcePatch2/Util.h @@ -16,6 +16,8 @@ namespace IcePatch2 { +ICE_PATCH2_API std::string lastError(); + ICE_PATCH2_API std::string bytesToString(const Ice::ByteSeq&); ICE_PATCH2_API Ice::ByteSeq stringToBytes(const std::string&); |