Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 27, 2015, 11:08:26 PM (9 years ago)
Author:
landauf
Message:

moved Scope and ScopedSingletonManager from util to core.
TODO I had to disable two tests in ScopeTest.cc because now that it runs in the core library, there are too many singletons which get loaded in graphics scope (with too many dependencies). this should be fixed

Location:
code/branches/core7/src/libraries/core/singleton
Files:
1 added
1 moved

Legend:

Unmodified
Added
Removed
  • code/branches/core7/src/libraries/core/singleton/ScopedSingletonManager.h

    r10406 r10407  
    4545#define __ScopedSingletonManager_H__
    4646
    47 #include "UtilPrereqs.h"
     47#include "core/CorePrereqs.h"
    4848
    4949#include <cassert>
    5050#include <map>
    5151#include "util/Exception.h"
    52 #include "util/Scope.h"
    5352#include "util/Singleton.h"
     53#include "Scope.h"
    5454
    5555/**
     
    7676        map, sorted by the scope they belong to.
    7777    */
    78     class _UtilExport ScopedSingletonManager
     78    class _CoreExport ScopedSingletonManager
    7979    {
    8080        public:
Note: See TracChangeset for help on using the changeset viewer.