Skip to content
Snippets Groups Projects
Commit 0fb8d5fa authored by Fabian Reister's avatar Fabian Reister
Browse files

namespace attachements -> attachment

parent 30af9a42
No related branches found
No related tags found
2 merge requests!157armem/dev => master,!145Feature/armem object memory attachments
This commit is part of merge request !157. Comments created here will be created in the context of that merge request.
......@@ -70,7 +70,7 @@ namespace armarx::armem::server::obj::attachments
void init();
std::vector<armarx::armem::attachments::ObjectAttachment> getAttachments(const armem::Time& timestamp) const;
std::vector<armarx::armem::attachment::ObjectAttachment> getAttachments(const armem::Time& timestamp) const;
private:
......
......@@ -29,7 +29,7 @@
#include <RobotAPI/libraries/armem/core/MemoryID.h>
namespace armarx::armem::attachments
namespace armarx::armem::attachment
{
using AgentID = armem::MemoryID;
using ObjectID = armem::MemoryID;
......
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