]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/OS/DirContents.h
...
[cpPlugins.git] / lib / cpPlugins / OS / DirContents.h
diff --git a/lib/cpPlugins/OS/DirContents.h b/lib/cpPlugins/OS/DirContents.h
deleted file mode 100644 (file)
index 3a65923..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-#ifndef __cpPlugins__OS__DirContents__h__
-#define __cpPlugins__OS__DirContents__h__
-
-#include <cpPlugins/Config.h>
-#include <set>
-#include <string>
-
-namespace cpPlugins
-{
-  namespace OS
-  {
-    /**
-     */
-    std::set< std::string > cpPlugins_EXPORT LoadDirContents(
-      const std::string& path, bool recursive = false,
-      const std::string& pattern = ""
-      );
-
-    /**
-     */
-    void cpPlugins_EXPORT SplitPath(
-      std::string& dname, std::string& fname,
-      const std::string& path
-      );
-
-    /**
-     */
-    int cpPlugins_EXPORT GlobMatch( const char* target, const char* pattern );
-
-    /**
-     */
-    bool cpPlugins_EXPORT Glob(
-      const std::string& line, const std::string& pattern
-      );
-
-  } // ecapseman
-
-} // ecapseman
-
-#endif // __cpPlugins__OS__DirContents__h__
-
-// eof - $RCSfile$