From: <ha...@us...> - 2002-09-16 21:27:31
|
Update of /cvsroot/decaldev/source/Include In directory usw-pr-cvs1:/tmp/cvs-serv12568 Modified Files: Decal.idl Log Message: SendTell stuffages Index: Decal.idl =================================================================== RCS file: /cvsroot/decaldev/source/Include/Decal.idl,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** Decal.idl 28 Aug 2002 20:55:03 -0000 1.15 --- Decal.idl 16 Sep 2002 21:27:29 -0000 1.16 *************** *** 30,34 **** eArea3DWidth = 0x00080000, eArea3DHeight = 0x00100000, ! eObjectDestroyed= 0x00200000 } ; --- 30,35 ---- eArea3DWidth = 0x00080000, eArea3DHeight = 0x00100000, ! eObjectDestroyed= 0x00200000, ! eSendTell = 0x00400000 } ; *************** *** 251,255 **** [propget, id(30), helpstring("property Screen3DHeight")] HRESULT Area3DHeight([out, retval] long *pVal); [id(31), helpstring("method ItemIsKnown")] HRESULT ItemIsKnown([in] long lGUID, [out,retval] VARIANT_BOOL *pVal); ! }; [ --- 252,257 ---- [propget, id(30), helpstring("property Screen3DHeight")] HRESULT Area3DHeight([out, retval] long *pVal); [id(31), helpstring("method ItemIsKnown")] HRESULT ItemIsKnown([in] long lGUID, [out,retval] VARIANT_BOOL *pVal); ! [id(32), helpstring("method SendTell")] HRESULT SendTell([in]long lPlayerID, BSTR Message); ! }; [ |