Kaydet (Commit) 8a26dd3c authored tarafından Markus Mohrhard's avatar Markus Mohrhard

remove two obviously wrong comments

Change-Id: I8b5929b2ae022c40397f70abf863e3aae63d1d54
üst 533a8a9e
...@@ -336,9 +336,7 @@ class XclExpRecordList : public XclExpRecordBase ...@@ -336,9 +336,7 @@ class XclExpRecordList : public XclExpRecordBase
public: public:
typedef boost::shared_ptr< RecType > RecordRefType; typedef boost::shared_ptr< RecType > RecordRefType;
/** Returns pointer to an existing record or 0 on error. */
inline bool IsEmpty() const { return maRecs.empty(); } 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(); } inline size_t GetSize() const { return maRecs.size(); }
/** Returns true, if the passed index points to an exiting record. */ /** Returns true, if the passed index points to an exiting record. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment