Switch to side-by-side view

--- a/libupnpp/control/avtransport.hxx
+++ b/libupnpp/control/avtransport.hxx
@@ -36,7 +36,7 @@
 
 namespace UPnPClient {
 
-typedef STD_SHARED_PTR<AVTransport> AVTH;
+typedef std::shared_ptr<AVTransport> AVTH;
 
 /**
  * AVTransport Service client class.
@@ -158,7 +158,7 @@
     int CTAStringToBits(const std::string& actions, int& iacts);
 
 private:
-    void evtCallback(const STD_UNORDERED_MAP<std::string, std::string>&);
+    void evtCallback(const std::unordered_map<std::string, std::string>&);
     void registerCallback();
 
 };