Subversion Repositories spk

Rev

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

Rev 8 Rev 9
Line 11... Line 11...
11
 
11
 
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();
-
 
17
		const String &firstStr() const;
16
	};
18
	};
17
} //NAMESPACE
19
} //NAMESPACE
18
 
20