This commit is contained in:
Jeff Hill
2002-05-09 17:17:32 +00:00
parent 3bbcf08dc3
commit b929253988

View File

@@ -219,12 +219,12 @@ private:
//
template <class ITEM>
class chronIntIdRes : public chronIntId, public tsSLNode<ITEM> {
friend class chronIntIdResTable<ITEM>;
public:
chronIntIdRes ();
private:
void setId (unsigned newId);
chronIntIdRes (const chronIntIdRes & );
friend class chronIntIdResTable<ITEM>;
};
//