]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/dll/example/tutorial8/refcounting_plugin.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / dll / example / tutorial8 / refcounting_plugin.cpp
index 2b46137c0f2cf60935f4d49f91e5a8bbd0bf645f..bb52cdfa8c86d9e061c81904a91a90cbabafb285 100644 (file)
@@ -1,5 +1,5 @@
 // Copyright 2014 Renato Tegon Forti, Antony Polukhin.
-// Copyright 2015-2017 Antony Polukhin.
+// Copyright 2015-2019 Antony Polukhin.
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt
@@ -17,7 +17,7 @@ namespace my_namespace {
 class my_plugin_refcounting : public my_refcounting_api {
 public:    
     // Must be instantiated in plugin
-    boost::filesystem::path location() const {
+    boost::dll::fs::path location() const {
         return boost::dll::this_line_location(); // location of this plugin
     }