Clifford Wolf
b7dda72302
Changed users of cell->connections_ to the new API (sed command)
git grep -l 'connections_' | xargs sed -i -r -e '
s/(->|\.)connections_\["([^"]*)"\] = (.*);/\1set("\2", \3);/g;
s/(->|\.)connections_\["([^"]*)"\]/\1get("\2")/g;
s/(->|\.)connections_.at\("([^"]*)"\)/\1get("\2")/g;
s/(->|\.)connections_.push_back/\1connect/g;
s/(->|\.)connections_/\1connections()/g;'
2014-07-26 15:58:23 +02:00
..
2014-07-24 23:10:58 +02:00
2014-03-06 11:53:37 +01:00
2014-03-31 14:14:40 +02:00
2014-03-13 12:48:10 +01:00
2014-03-13 12:55:15 +01:00
2014-07-26 15:58:23 +02:00
2014-07-25 12:27:36 +02:00
2014-07-24 20:47:18 +02:00
2014-07-25 12:27:36 +02:00
2014-07-26 15:58:23 +02:00
2014-07-24 16:14:19 +02:00
2014-07-24 16:14:19 +02:00
2014-07-26 15:58:23 +02:00
2014-07-26 15:58:22 +02:00
2014-07-26 15:58:23 +02:00
2014-07-26 15:58:23 +02:00