Changeset 1502 for code/trunk/src/cpptcl
- Timestamp:
- Jun 1, 2008, 3:54:20 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/cpptcl/CppTcl.cc
r1214 r1502 953 953 954 954 { 955 // TODO: why could this probably be necessary? map::find of empty map 956 // shouldn't be a problem. 957 if (callbacks.size() == 0) 958 return; 955 959 callback_map::iterator it = callbacks.find(interp); 956 960 if (it == callbacks.end())
Note: See TracChangeset
for help on using the changeset viewer.