]> git.lyx.org Git - lyx.git/blobdiff - src/ServerSocket.h
Update notes.
[lyx.git] / src / ServerSocket.h
index 170826345920826beb0db70177ff7eb5e3897b27..1899e8b9ae82de30d2792252947b34a7b8982b10 100644 (file)
@@ -17,7 +17,8 @@
 #include "support/FileName.h"
 #include "support/socktools.h"
 
-#include <tr1/memory>
+#include <boost/shared_ptr.hpp>
+
 #include <string>
 #include <map>
 
@@ -63,7 +64,7 @@ private:
                MAX_CLIENTS = 10
        };
        /// All connections
-       std::map<int, std::tr1::shared_ptr<LyXDataSocket> > clients;
+       std::map<int, boost::shared_ptr<LyXDataSocket> > clients;
 };