aboutsummaryrefslogtreecommitdiff
path: root/cutl/fs/auto-remove.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-09-14 19:01:49 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-09-14 19:01:49 +0200
commit19d0eb2adcda31d9919bca8fef98cb1871b4ce54 (patch)
tree2e37fd2a976d6ec1f5fa1c49da8c2e5a04dfa440 /cutl/fs/auto-remove.hxx
parent6aeb2e06e9fa137a8e26f8605ec63f7567e65280 (diff)
Add automake and VC++ builds (meta-build)
Diffstat (limited to 'cutl/fs/auto-remove.hxx')
-rw-r--r--cutl/fs/auto-remove.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/cutl/fs/auto-remove.hxx b/cutl/fs/auto-remove.hxx
index bf2b701..c30a630 100644
--- a/cutl/fs/auto-remove.hxx
+++ b/cutl/fs/auto-remove.hxx
@@ -11,13 +11,15 @@
#include <cutl/fs/path.hxx>
#include <cutl/fs/exception.hxx>
+#include <cutl/details/export.hxx>
+
namespace cutl
{
namespace fs
{
// Remove a file or an empty directory on destruction unless canceled.
//
- struct auto_remove
+ struct LIBCUTL_EXPORT auto_remove
{
explicit
auto_remove (path const& p)
@@ -47,7 +49,7 @@ namespace cutl
// Remove a list of file or aempty directories on destruction unless
// canceled.
//
- struct auto_removes
+ struct LIBCUTL_EXPORT auto_removes
{
auto_removes () {}
~auto_removes ();