- Timestamp:
- Sep 27, 2006, 4:00:12 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/util/loading/resource.h
r9823 r9844 60 60 { 61 61 public: 62 Type(const std::string& typeName);63 62 virtual ~Type(); 64 63 /** @returns true if the names match @param resourceName the Name to compare. @brief compare the Type with a Name */ … … 89 88 void debug() const; 90 89 90 protected: 91 Type(const std::string& typeName); 92 93 private: 94 Type(const Type& type) {}; 91 95 private: 92 96 int _id; //!< ID of the Type in over all of the Types.
Note: See TracChangeset
for help on using the changeset viewer.