Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 18, 2009, 6:23:31 PM (15 years ago)
Author:
rgrieder
Message:

Merged netp6 branch back to the trunk.

Location:
code/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/trunk

  • code/trunk/src/core/CorePrereqs.h

    r3280 r3304  
    150150    class SubclassIdentifier;
    151151    class TclBind;
    152     struct TclInterpreterBundle;
    153152    class TclThreadManager;
    154153    class Template;
     
    187186    class SimpleCommand;
    188187    class SimpleInputState;
     188
     189    // multithreading
     190    class Thread;
     191    class ThreadPool;
    189192}
    190193
     
    197200
    198201// Boost
    199 namespace boost { namespace filesystem
    200 {
    201     struct path_traits;
    202     template <class String, class Traits> class basic_path;
    203     typedef basic_path<std::string, path_traits> path;
    204 } }
     202namespace boost
     203{
     204    namespace filesystem
     205    {
     206        struct path_traits;
     207        template <class String, class Traits> class basic_path;
     208        typedef basic_path<std::string, path_traits> path;
     209    }
     210    class thread;
     211    class mutex;
     212}
    205213
    206214// TinyXML and TinyXML++
Note: See TracChangeset for help on using the changeset viewer.