ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-3.0/src/utils/Utility.cpp
(Generate patch)

Comparing branches/new_design/OOPSE-3.0/src/utils/Utility.cpp (file contents):
Revision 1853 by tim, Thu Dec 2 03:12:25 2004 UTC vs.
Revision 1854 by tim, Sun Dec 5 22:02:42 2004 UTC

# Line 4 | Line 4 | bool replaceWithWildCard(std::vector<std::vector<std::
4   namespace oopse {
5  
6   bool replaceWithWildCard(std::vector<std::vector<std::string>::iterator>& cont,
7 <                                             std::vector<std::string>& sequence, std::vector<std::string>& result,
8 <                                             const std::string& wildCard) {
7 >                                             std::vector<std::string>& sequence, std::vector<std::string>& result, const std::string& wildCard) {
8      if (cont.size() > sequence.size()) {
9          std::cerr << "the size of iterator container is greater than the size of sequence";
10      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines