ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/BOSS/BossPython/BossSession_wrap.cxx
(Generate patch)

Comparing COMP/BOSS/BossPython/BossSession_wrap.cxx (file contents):
Revision 1.26 by gcodispo, Thu Mar 8 11:06:25 2007 UTC vs.
Revision 1.27 by gcodispo, Thu Mar 8 17:52:39 2007 UTC

# Line 972 | Line 972 | PyObject *BossSession_queryTasks(BossSes
972        if ( taskName.empty() ) {
973          taskList = self->selectTasks( taskRange, before, after, user);
974        } else {
975        std::cout << "taskRange\n";
975          taskList = self->selectTasksByName( taskName );
976        }
977        for ( std::vector <std::string>::const_iterator it= taskList.begin();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines