]> Dogcows Code - chaz/yoink/blobdiff - src/resource.hh
big batch of progress
[chaz/yoink] / src / resource.hh
index eff9e3e4d4e49a88ba18706c662592cf5e0e4753..c5020f65c26bafed4bec8f2c070729c52f4a9f8c 100644 (file)
@@ -55,16 +55,8 @@ public:
                        std::runtime_error(what_arg) {}
        };
 
-       resource(const std::string& name) throw(exception);
        virtual ~resource();
 
-       /**
-        * Get the path of the file associated with this resource.
-        * @return Path.
-        */
-
-       const std::string& getPathToFile();
-
 
        /**
         * Add a directory to search when looking for resource files.
@@ -83,7 +75,6 @@ public:
        static std::string getPathToResource(const std::string& name);
 
 private:
-       std::string filePath_;
        static std::vector<std::string> searchPaths_;
 };
 
@@ -92,3 +83,5 @@ private:
 
 #endif // _RESOURCE_HH_
 
+/** vim: set ts=4 sw=4 tw=80: *************************************************/
+
This page took 0.018411 seconds and 4 git commands to generate.