Update of /cvsroot/objecthandler/ObjectHandler/ohxl/Functions
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv21879/ohxl/Functions
Modified Files:
.cvsignore manual.cpp
Log Message:
put functioncount.hpp in Functions directory
Index: .cvsignore
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/ohxl/Functions/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** .cvsignore 3 Oct 2006 09:32:37 -0000 1.2
--- .cvsignore 18 Oct 2006 13:01:29 -0000 1.3
***************
*** 1 ****
--- 1,2 ----
functions.cpp
+ functioncount.hpp
Index: manual.cpp
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/ohxl/Functions/manual.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** manual.cpp 9 Oct 2006 09:48:27 -0000 1.2
--- manual.cpp 18 Oct 2006 13:01:29 -0000 1.3
***************
*** 24,28 ****
#include <ohxl/conversions.hpp>
#include <ohxl/functioncall.hpp>
! #include <ohxl/functioncount.hpp>
#include <sstream>
#include <map>
--- 24,28 ----
#include <ohxl/conversions.hpp>
#include <ohxl/functioncall.hpp>
! #include <ohxl/Functions/functioncount.hpp>
#include <sstream>
#include <map>
|