Update of /cvsroot/objecthandler/ObjectHandler/ohxl/ohxllib
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10361/ohxl/ohxllib
Modified Files:
ohxllib.vcproj ohxllib_vc8.vcproj
Log Message:
- transfer from QLXL to OHXL the infrastructure for looping behavior
- supplement ohThing() with additional member functions for testing loops
Index: ohxllib_vc8.vcproj
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/ohxl/ohxllib/ohxllib_vc8.vcproj,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** ohxllib_vc8.vcproj 4 Jan 2007 11:18:36 -0000 1.21
--- ohxllib_vc8.vcproj 12 Jan 2007 08:33:44 -0000 1.22
***************
*** 329,332 ****
--- 329,336 ----
>
<File
+ RelativePath="..\..\oh\demo.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\oh\demo.hpp"
>
***************
*** 421,424 ****
--- 425,436 ----
</File>
</Filter>
+ <Filter
+ Name="Loop"
+ >
+ <File
+ RelativePath="..\..\oh\Loop\loop_demo.hpp"
+ >
+ </File>
+ </Filter>
</Filter>
<Filter
***************
*** 589,592 ****
--- 601,612 ----
</File>
</Filter>
+ <Filter
+ Name="Loop"
+ >
+ <File
+ RelativePath="..\loop.hpp"
+ >
+ </File>
+ </Filter>
</Filter>
</Files>
Index: ohxllib.vcproj
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/ohxl/ohxllib/ohxllib.vcproj,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** ohxllib.vcproj 14 Dec 2006 12:27:36 -0000 1.17
--- ohxllib.vcproj 12 Jan 2007 08:33:44 -0000 1.18
***************
*** 532,535 ****
--- 532,542 ----
</File>
</Filter>
+ <Filter
+ Name="Loop"
+ Filter="">
+ <File
+ RelativePath="..\loop.hpp">
+ </File>
+ </Filter>
</Filter>
</Files>
|