Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5688


Ignore:
Timestamp:
Aug 29, 2009, 10:00:10 PM (15 years ago)
Author:
rgrieder
Message:

Added the remaining boost smart pointers to OrxonoxConfig.h.in (just using declarations, no includes).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/resource2/src/OrxonoxConfig.h.in

    r5651 r5688  
    204204    template<class T> class shared_ptr;
    205205    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;
    206209}
    207210namespace orxonox
     
    210213    using boost::shared_ptr;
    211214    using boost::weak_ptr;
     215    using boost::intrusive_ptr;
     216    using boost::shared_array;
     217    using boost::scoped_array;
    212218}
    213219
Note: See TracChangeset for help on using the changeset viewer.