Changeset 3b11e65 in nscp
- Timestamp:
- 09/01/11 07:23:13 (21 months ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2
- Children:
- a44cb15
- Parents:
- 81e420c
- File:
-
- 1 edited
-
include/nscapi/macros.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
include/nscapi/macros.hpp
r81e420c r3b11e65 81 81 plugin_list_type plugins; 82 82 boost::shared_ptr<impl_type> get(unsigned int id) { 83 plugin_list_type::iterator it = plugins.find(id);83 typename plugin_list_type::iterator it = plugins.find(id); 84 84 if (it != plugins.end()) 85 85 return it->second;
Note: See TracChangeset
for help on using the changeset viewer.








