Subversion Repositories spk

Rev

Rev 10 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10 Rev 121
Line 519... Line 519...
519
		elements = list.size();
519
		elements = list.size();
520
 
520
 
521
		return (*this);
521
		return (*this);
522
	}
522
	}
523
 
523
 
524
	LINKCLASS *operator[](int pos) { return Get(pos); }
524
	LINKCLASS *operator[](int pos) const { return Get(pos); }
525
 
525
 
526
	LINKCLASS *Get ( int id ) const
526
	LINKCLASS *Get ( int id ) const
527
	{
527
	{
528
		int i = 0;
528
		int i = 0;
529
		if ( !m_pFront )
529
		if ( !m_pFront )