Skip to content
Snippets Groups Projects
Commit 5a58d3af authored by Victor Kotlyar's avatar Victor Kotlyar Committed by Michael Davis
Browse files

Fix comments for getSchemaVersion.

parent 575f758c
No related branches found
No related tags found
No related merge requests found
......@@ -21,9 +21,6 @@
#include "common/utils/utils.hpp"
#include "common/exception/Exception.hpp"
// TODO
#include <iostream>
namespace cta {
namespace catalogue {
......
......@@ -93,8 +93,10 @@ struct CatalogueSchema {
std::list<std::string> getSchemaTriggerNames() const;
/**
* TODO
* @return
* Returns the map of strings to uint64 for the catalogue SCHEMA_VERSION_MAJOR
* and SCHEMA_VERSION_MINOR values.
*
* @return The map for SCHEMA_VERSION_MAJOR and SCHEMA_VERSION_MINOR values.
*/
std::map<std::string, uint64_t> getSchemaVersion() const;
};
......
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