Log Message:
-----------
Add framework for shortcircuit IDs
Modified Files:
--------------
/cvsroot/decaldev/source/Decal:
ACHooks.cpp
Revision Data
-------------
Index: ACHooks.cpp
===================================================================
RCS file: /cvsroot/decaldev/source/Decal/ACHooks.cpp,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- ACHooks.cpp 20 Jun 2003 06:37:37 -0000 1.55
+++ ACHooks.cpp 20 Jun 2003 10:47:18 -0000 1.56
@@ -2198,6 +2198,7 @@
return S_OK;
}
+
STDMETHODIMP cACHooks::SendMessageByMask( long lMask, BSTR szMessage )
{
if( !(m_bInternalStringConstructor && m_bInternalStringDestructor && m_bSendMessageToMask) )
|