Update of /cvsroot/cpptool/rfta/src/rftavc6addin
In directory sc8-pr-cvs1:/tmp/cvs-serv15790/src/rftavc6addin
Modified Files:
Commands.cpp
Log Message:
* added error check on all COM call,with error detail message in debug build.
Index: Commands.cpp
===================================================================
RCS file: /cvsroot/cpptool/rfta/src/rftavc6addin/Commands.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Commands.cpp 30 Dec 2002 10:43:26 -0000 1.5
--- Commands.cpp 18 May 2003 09:19:10 -0000 1.6
***************
*** 251,255 ****
STDMETHODIMP CCommands::RftaSplitLocaleVariable()
{
! AFX_MANAGE_STATE(AfxGetStaticModuleState())
TextDocumentHelper documentHelper = ApplicationHelper::activeTextDocument();
--- 251,255 ----
STDMETHODIMP CCommands::RftaSplitLocaleVariable()
{
! AFX_MANAGE_STATE(AfxGetStaticModuleState());
TextDocumentHelper documentHelper = ApplicationHelper::activeTextDocument();
|