diff options
author | Björn Steinbrink <B.Steinbrink@gmx.de> | 2005-08-29 22:00:35 +0000 |
---|---|---|
committer | Björn Steinbrink <B.Steinbrink@gmx.de> | 2005-08-29 22:00:35 +0000 |
commit | 5352c44d1ab542c64c421afcc690b200f7231a9d (patch) | |
tree | 4695c79a788c3ab9daeaf2972052a6ea9821bf13 /src/resources/resource.h | |
parent | 52a7af6227d0b2ff94ff2c8fecd708d4d6a71466 (diff) | |
download | mana-client-5352c44d1ab542c64c421afcc690b200f7231a9d.tar.gz mana-client-5352c44d1ab542c64c421afcc690b200f7231a9d.tar.bz2 mana-client-5352c44d1ab542c64c421afcc690b200f7231a9d.tar.xz mana-client-5352c44d1ab542c64c421afcc690b200f7231a9d.zip |
Clean up of the ConfigListener and Resource interfaces.
Diffstat (limited to 'src/resources/resource.h')
-rw-r--r-- | src/resources/resource.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/resources/resource.h b/src/resources/resource.h index 09c12c90..ce3a62fb 100644 --- a/src/resources/resource.h +++ b/src/resources/resource.h @@ -35,14 +35,7 @@ class Resource /** * Constructor */ - Resource(); - - /** - * Sets the id path of this resource. This path is used to notify the - * resource manager when this resource is deleted. - */ - void - setIdPath(const std::string &idPath); + Resource(const std::string &idPath); /** * Increments the internal reference count. |