|
From: <ha...@us...> - 2002-09-21 05:49:48
|
Update of /cvsroot/decaldev/source/Include
In directory usw-pr-cvs1:/tmp/cvs-serv19483
Modified Files:
Decal.idl
Log Message:
Send Tell to Name
Index: Decal.idl
===================================================================
RCS file: /cvsroot/decaldev/source/Include/Decal.idl,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** Decal.idl 16 Sep 2002 21:39:41 -0000 1.17
--- Decal.idl 21 Sep 2002 05:49:43 -0000 1.18
***************
*** 255,258 ****
--- 255,259 ----
[id(32), helpstring("method SendTell")] HRESULT SendTell([in]long lPlayerID, BSTR Message);
[id(33), helpstring("method SetAutorun")] HRESULT SetAutorun([in] VARIANT_BOOL bOnOff);
+ [id(34), helpstring("method SendTellEx")] HRESULT SendTellEx([in]BSTR Name, BSTR Message);
};
|