Subversion Repositories spk

Rev

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

Rev 9 Rev 10
Line 12... Line 12...
12
	class SPKEXPORT CStringList : public CLinkList<SStringList>
12
	class SPKEXPORT CStringList : public CLinkList<SStringList>
13
	{
13
	{
14
	public:
14
	public:
15
		void pushBack(const String &str, const String &data);
15
		void pushBack(const String &str, const String &data);
16
		void clear();
16
		void clear();
17
		const String &firstStr() const;
-
 
18
	};
17
	};
19
} //NAMESPACE
18
} //NAMESPACE
20
 
19