Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 22, 2015, 5:30:57 PM (8 years ago)
Author:
landauf
Message:

replace all remaining usages of SharedPtr with std::shared_ptr

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/cpp11_v2/src/libraries/util/output/OutputManager.h

    r10817 r10829  
    4141#include <vector>
    4242#include <map>
     43#include <memory>
    4344
    4445#include "OutputDefinitions.h"
     
    137138            struct _UtilExport Testing
    138139            {
    139                 static SharedPtr<OutputManager>& getInstancePointer();
     140                static std::shared_ptr<OutputManager>& getInstancePointer();
    140141            };
    141142    };
Note: See TracChangeset for help on using the changeset viewer.