remove two obviously wrong comments
Change-Id: I8b5929b2ae022c40397f70abf863e3aae63d1d54
This commit is contained in:
@@ -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. */
|
||||||
|
Reference in New Issue
Block a user