Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 27, 2006, 4:00:12 PM (18 years ago)
Author:
bensch
Message:

print out the key each time

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/util/loading/resource.h

    r9823 r9844  
    6060  {
    6161  public:
    62     Type(const std::string& typeName);
    6362    virtual ~Type();
    6463    /** @returns true if the names match @param resourceName the Name to compare. @brief compare the Type with a Name */
     
    8988    void debug() const;
    9089
     90  protected:
     91    Type(const std::string& typeName);
     92
     93  private:
     94    Type(const Type& type) {};
    9195  private:
    9296    int                                   _id;                //!< ID of the Type in over all of the Types.
Note: See TracChangeset for help on using the changeset viewer.