Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 12, 2010, 12:47:30 AM (14 years ago)
Author:
rgrieder
Message:

Basic stuff up and running for the Qt sandbox.
No GUI support yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox_qt/src/OrxonoxConfig.h.in

    r7401 r7421  
    194194}
    195195
    196 // Import general purpose smart pointers
    197 namespace boost
    198 {
    199     template<class T> class scoped_ptr;
    200     template<class T> class shared_ptr;
    201     template<class T> class weak_ptr;
    202     template<class T> class intrusive_ptr;
    203     template<class T> class shared_array;
    204     template<class T> class scoped_array;
    205 }
    206 namespace orxonox
    207 {
    208     using boost::scoped_ptr;
    209     using boost::shared_ptr;
    210     using boost::weak_ptr;
    211     using boost::intrusive_ptr;
    212     using boost::shared_array;
    213     using boost::scoped_array;
    214 }
    215196
    216197#endif /* _OrxonoxConfig_H__ */
Note: See TracChangeset for help on using the changeset viewer.