Changeset 5688
- Timestamp:
- Aug 29, 2009, 10:00:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/resource2/src/OrxonoxConfig.h.in
r5651 r5688 204 204 template<class T> class shared_ptr; 205 205 template<class T> class weak_ptr; 206 template<class T> class intrusive_ptr; 207 template<class T> class shared_array; 208 template<class T> class scoped_array; 206 209 } 207 210 namespace orxonox … … 210 213 using boost::shared_ptr; 211 214 using boost::weak_ptr; 215 using boost::intrusive_ptr; 216 using boost::shared_array; 217 using boost::scoped_array; 212 218 } 213 219
Note: See TracChangeset
for help on using the changeset viewer.