Update of /cvsroot/objecthandler/ObjectHandler
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10361
Modified Files:
ohlib.vcproj ohlib_vc8.vcproj
Log Message:
- transfer from QLXL to OHXL the infrastructure for looping behavior
- supplement ohThing() with additional member functions for testing loops
Index: ohlib.vcproj
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/ohlib.vcproj,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** ohlib.vcproj 14 Dec 2006 12:27:35 -0000 1.7
--- ohlib.vcproj 12 Jan 2007 08:33:43 -0000 1.8
***************
*** 335,338 ****
--- 335,344 ----
</File>
<File
+ RelativePath="oh\demo.cpp">
+ </File>
+ <File
+ RelativePath="oh\demo.hpp">
+ </File>
+ <File
RelativePath="oh\exception.cpp">
</File>
Index: ohlib_vc8.vcproj
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/ohlib_vc8.vcproj,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** ohlib_vc8.vcproj 2 Jan 2007 11:01:04 -0000 1.9
--- ohlib_vc8.vcproj 12 Jan 2007 08:33:43 -0000 1.10
***************
*** 323,327 ****
<Files>
<File
! RelativePath=".\oh\auto_link.hpp"
>
</File>
--- 323,335 ----
<Files>
<File
! RelativePath="oh\auto_link.hpp"
! >
! </File>
! <File
! RelativePath="oh\demo.cpp"
! >
! </File>
! <File
! RelativePath="oh\demo.hpp"
>
</File>
***************
*** 335,339 ****
</File>
<File
! RelativePath=".\oh\iless.hpp"
>
</File>
--- 343,347 ----
</File>
<File
! RelativePath="oh\iless.hpp"
>
</File>
***************
*** 383,387 ****
</File>
<File
! RelativePath=".\oh\valueobject.hpp"
>
</File>
--- 391,395 ----
</File>
<File
! RelativePath="oh\valueobject.hpp"
>
</File>
|