From: <bl...@us...> - 2003-05-16 19:55:05
|
Update of /cvsroot/cpptool/rfta/src/pyrfta In directory sc8-pr-cvs1:/tmp/cvs-serv32133/src/pyrfta Modified Files: pyrfta.dsp Log Message: * Made the interface of TextDocument simpler. It now has only 3 methods: getAllText(), getTextRange() and replaceTextRange(). Index: pyrfta.dsp =================================================================== RCS file: /cvsroot/cpptool/rfta/src/pyrfta/pyrfta.dsp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** pyrfta.dsp 30 Apr 2003 08:06:29 -0000 1.6 --- pyrfta.dsp 16 May 2003 19:55:01 -0000 1.7 *************** *** 106,109 **** --- 106,117 ---- # End Source File # End Group + # Begin Group "com" + + # PROP Default_Filter "" + # Begin Source File + + SOURCE=.\com\TextDocument.idl + # End Source File + # End Group # Begin Source File |