Skip to content
Snippets Groups Projects
Commit 00809870 authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Fix namespace

parent 76e81504
No related branches found
No related tags found
1 merge request!265Robot state predictions
#include "MaxHistorySize.h"
namespace armarx::armem::server::detail
namespace armarx::armem::server::wm::detail
{
void MaxHistorySize::setMaxHistorySize(long maxSize)
{
......
#pragma once
namespace armarx::armem::server::detail
namespace armarx::armem::server::wm::detail
{
// TODO: Replace by ConstrainedHistorySize (not only max entries, e.g. delete oldest / delete least accessed / ...)
......
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