From 9df657fca20403a183fce95dc5d22b2b1b9cb83d Mon Sep 17 00:00:00 2001
From: PierreGtch <pierre.guetschel@gmail.com>
Date: Fri, 31 May 2019 14:28:46 +0200
Subject: [PATCH] Rename CaptureBuffer to BufferCapture

---
 include/core/processor/processor_base.h | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/include/core/processor/processor_base.h b/include/core/processor/processor_base.h
index 3c18e9d5b..8eb84a854 100644
--- a/include/core/processor/processor_base.h
+++ b/include/core/processor/processor_base.h
@@ -147,7 +147,7 @@ class PackKeyFrameBuffer : public Buffer<PackKeyFramePtr>
  *
  * Object and functions to manage a buffer of Capture objects.
  */
-class CaptureBuffer2 : public Buffer<CaptureBasePtr> {};
+class BufferCapture : public Buffer<CaptureBasePtr> {};
 
 
 /** \brief base struct for processor parameters
@@ -332,18 +332,6 @@ inline void ProcessorBase::setTimeTolerance(Scalar _time_tolerance)
 
 /////////////////////////////////////////////////////////////////////////////////////////
 
-// template <typename T>
-// inline Buffer<T>::Buffer(void)
-// {
-//
-// }
-//
-// template <typename T>
-// inline Buffer<T>::~Buffer(void)
-// {
-//
-// }
-
 template <typename T>
 T Buffer<T>::select(const TimeStamp& _time_stamp, const Scalar& _time_tolerance)
 {
-- 
GitLab