/[H9]/trunk/tntnet/dynamic/critical.ecpp
ViewVC logotype

Diff of /trunk/tntnet/dynamic/critical.ecpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 125 by torben, Sun Dec 2 17:12:00 2007 UTC revision 126 by torben, Sun Dec 2 20:26:43 2007 UTC
# Line 41  tntdb::Statement st = conn.prepare(query Line 41  tntdb::Statement st = conn.prepare(query
41    
42  std::ostream& out = reply.out();  std::ostream& out = reply.out();
43    
44  for (int i=0; i<inst_res.size(); i++)  for (unsigned i=0; i<inst_res.size(); i++)
45  {  {
46          int id = inst_res[i].getInt(2);          int id = inst_res[i].getInt(2);
47          st.clear();          st.clear();

Legend:
Removed from v.125  
changed lines
  Added in v.126

  ViewVC Help
Powered by ViewVC 1.1.20