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

Comparing branches/new_design/OOPSE-2.0/src/utils/Utility.cpp (file contents):
Revision 1823 by tim, Thu Dec 2 02:23:45 2004 UTC vs.
Revision 1824 by tim, Thu Dec 2 03:12:25 2004 UTC

# Line 5 | Line 5 | bool replaceWithWildCard(std::vector<std::vector<std::
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 = "X") {
8 >                                             const std::string& wildCard) {
9      if (cont.size() > sequence.size()) {
10          std::cerr << "the size of iterator container is greater than the size of sequence";
11      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines