[cmake-commits] alex committed cmStringCommand.h 1.21 1.22

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Aug 21 12:34:08 EDT 2007


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv25765

Modified Files:
	cmStringCommand.h 
Log Message:

COMP: header was missing...

Alex


Index: cmStringCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmStringCommand.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- cmStringCommand.h	21 Aug 2007 14:56:25 -0000	1.21
+++ cmStringCommand.h	21 Aug 2007 16:34:06 -0000	1.22
@@ -19,6 +19,11 @@
 
 #include "cmCommand.h"
 
+namespace cmsys
+{
+  class RegularExpression;
+}
+
 /** \class cmStringCommand
  * \brief Common string operations
  *
@@ -132,7 +137,9 @@
   bool HandleSubstringCommand(std::vector<std::string> const& args);
   bool HandleStripCommand(std::vector<std::string> const& args);
   bool HandleRandomCommand(std::vector<std::string> const& args);
-  
+  void ClearMatches();
+  void StoreMatches(cmsys::RegularExpression& re);
+
   class RegexReplacement
   {
   public:



More information about the Cmake-commits mailing list