remove two obviously wrong comments

Change-Id: I8b5929b2ae022c40397f70abf863e3aae63d1d54
This commit is contained in:
Markus Mohrhard
2012-08-14 01:19:00 +02:00
parent 533a8a9efe
commit 8a26dd3cce

View File

@@ -336,9 +336,7 @@ class XclExpRecordList : public XclExpRecordBase
public:
typedef boost::shared_ptr< RecType > RecordRefType;
/** Returns pointer to an existing record or 0 on error. */
inline bool IsEmpty() const { return maRecs.empty(); }
/** Returns pointer to an existing record or 0 on error. */
inline size_t GetSize() const { return maRecs.size(); }
/** Returns true, if the passed index points to an exiting record. */