Skip to content
Snippets Groups Projects
Commit 0c893824 authored by Victor Kotlyar's avatar Victor Kotlyar
Browse files

Fix comments for getSchemaVersion.

parent b79ce8c5
Branches
Tags
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.
Please register or to comment