Skip to content
Snippets Groups Projects
Commit 3a680999 authored by Steven Murray's avatar Steven Murray
Browse files

Fixed the comment of the RdbmsCatalogue::getNextStorageClassId() method

parent 561482ae
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ protected:
* problem of generating ever increasing numeric identifiers.
*
* @param conn The database connection.
* @return a unique archive ID that can be used by a new archive file within
* @return a unique storage class ID that can be used by a new storage class
* within the catalogue.
*/
uint64_t getNextStorageClassId(rdbms::Conn &conn) override;
......
......@@ -80,7 +80,7 @@ public:
* problem of generating ever increasing numeric identifiers.
*
* @param conn The database connection.
* @return a unique archive ID that can be used by a new archive file within
* @return a unique storage class ID that can be used by a new storage class
* within the catalogue.
*/
uint64_t getNextStorageClassId(rdbms::Conn &conn) override;
......
......@@ -106,7 +106,7 @@ public:
* problem of generating ever increasing numeric identifiers.
*
* @param conn The database connection.
* @return a unique archive ID that can be used by a new archive file within
* @return a unique storage class ID that can be used by a new storage class
* within the catalogue.
*/
uint64_t getNextStorageClassId(rdbms::Conn &conn) override;
......
......@@ -1264,7 +1264,7 @@ protected:
* problem of generating ever increasing numeric identifiers.
*
* @param conn The database connection.
* @return a unique archive ID that can be used by a new archive file within
* @return a unique storage class ID that can be used by a new storage class
* within the catalogue.
*/
virtual uint64_t getNextStorageClassId(rdbms::Conn &conn) = 0;
......
......@@ -109,7 +109,7 @@ protected:
* problem of generating ever increasing numeric identifiers.
*
* @param conn The database connection.
* @return a unique archive ID that can be used by a new archive file within
* @return a unique storage class ID that can be used by a new storage class
* within the catalogue.
*/
uint64_t getNextStorageClassId(rdbms::Conn &conn) override;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment