--- a/common/Event.h +++ b/common/Event.h @@ -9,7 +9,7 @@ #ifndef _WINDOWS - #include + #include typedef void* EVENT_T; #else #include @@ -32,7 +32,7 @@ namespace TelldusCore { virtual bool isValid() const; }; - typedef std::tr1::shared_ptr EventDataRef; + typedef std::shared_ptr EventDataRef; class EventBase { public: @@ -74,7 +74,7 @@ namespace TelldusCore { friend class EventHandler; }; - typedef std::tr1::shared_ptr EventRef; + typedef std::shared_ptr EventRef; } #endif // TELLDUS_CORE_COMMON_EVENT_H_