Mention the s/UserInfo/byte/ hack in the .ice

This commit is contained in:
Thorvald Natvig 2009-10-27 00:38:19 +01:00
parent 9e7e9f22ae
commit 1b2bf32d2e

View File

@ -197,13 +197,18 @@ module Murmur
sequence<string> NameList;
dictionary<int, string> NameMap;
dictionary<string, int> IdMap;
dictionary<UserInfo, string> UserInfoMap;
sequence<byte> Texture;
dictionary<string, string> ConfigMap;
sequence<string> GroupNameList;
sequence<byte> CertificateDer;
sequence<CertificateDer> CertificateList;
/** User information map.
* Older versions of ice-php can't handle enums as keys. If you are using one of these, replace 'UserInfo' with 'byte'.
*/
dictionary<UserInfo, string> UserInfoMap;
/** User and subchannel state. Read-only.
**/
class Tree {