[ObjectHandler-cvs] ObjectHandler/ohxl/ohxllib ohxllib_vc8.vcproj, 1.20, 1.21
Brought to you by:
ericehlers,
nando
From: Ferdinando A. <na...@us...> - 2007-01-04 11:18:40
|
Update of /cvsroot/objecthandler/ObjectHandler/ohxl/ohxllib In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv29381/ohxl/ohxllib Modified Files: ohxllib_vc8.vcproj Log Message: 1) thisToThat functions' signature changed into thisToThat(const This&, That&) 2) using iterator based vectorToOper for vectorToOper(const std::vector<T> &, OPER &) Index: ohxllib_vc8.vcproj =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/ohxl/ohxllib/ohxllib_vc8.vcproj,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** ohxllib_vc8.vcproj 2 Jan 2007 11:01:05 -0000 1.20 --- ohxllib_vc8.vcproj 4 Jan 2007 11:18:36 -0000 1.21 *************** *** 433,464 **** </File> <File - RelativePath="..\Conversions\matrixtooper.hpp" - > - </File> - <File - RelativePath="..\Conversions\opertomatrix.hpp" - > - </File> - <File - RelativePath="..\Conversions\opertoscalar.cpp" - > - </File> - <File - RelativePath="..\Conversions\opertoscalar.hpp" - > - </File> - <File - RelativePath="..\Conversions\opertovector.hpp" - > - </File> - <File - RelativePath="..\Conversions\scalartooper.cpp" - > - </File> - <File - RelativePath="..\Conversions\scalartooper.hpp" - > - </File> - <File RelativePath="..\Conversions\validations.cpp" > --- 433,436 ---- *************** *** 468,475 **** > </File> ! <File ! RelativePath="..\Conversions\vectortooper.hpp" > ! </File> </Filter> <Filter --- 440,483 ---- > </File> ! <Filter ! Name="ToOper" > ! <File ! RelativePath="..\Conversions\matrixtooper.hpp" ! > ! </File> ! <File ! RelativePath="..\Conversions\scalartooper.cpp" ! > ! </File> ! <File ! RelativePath="..\Conversions\scalartooper.hpp" ! > ! </File> ! <File ! RelativePath="..\Conversions\vectortooper.hpp" ! > ! </File> ! </Filter> ! <Filter ! Name="FromOper" ! > ! <File ! RelativePath="..\Conversions\opertomatrix.hpp" ! > ! </File> ! <File ! RelativePath="..\Conversions\opertoscalar.cpp" ! > ! </File> ! <File ! RelativePath="..\Conversions\opertoscalar.hpp" ! > ! </File> ! <File ! RelativePath="..\Conversions\opertovector.hpp" ! > ! </File> ! </Filter> </Filter> <Filter |