From 5460ce6a83db2693adb7aa525a87a06caafed839 Mon Sep 17 00:00:00 2001 From: elianalf <62831776+elianalf@users.noreply.github.com> Date: Fri, 7 Jun 2024 11:11:35 +0200 Subject: [PATCH] Remove rtps reader implemantation made private (#120) Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com> --- .../rtps/reader/StatefulPersistentReader.i | 19 ------------------- .../swig/fastdds/rtps/reader/StatefulReader.i | 19 ------------------- .../rtps/reader/StatelessPersistentReader.i | 19 ------------------- .../fastdds/rtps/reader/StatelessReader.i | 19 ------------------- .../rtps/reader/StatefulPersistentReader.i | 19 ------------------- .../fastrtps/rtps/reader/StatefulReader.i | 19 ------------------- .../rtps/reader/StatelessPersistentReader.i | 19 ------------------- .../fastrtps/rtps/reader/StatelessReader.i | 19 ------------------- 8 files changed, 152 deletions(-) delete mode 100644 fastdds_python/src/swig/fastdds/rtps/reader/StatefulPersistentReader.i delete mode 100644 fastdds_python/src/swig/fastdds/rtps/reader/StatefulReader.i delete mode 100644 fastdds_python/src/swig/fastdds/rtps/reader/StatelessPersistentReader.i delete mode 100644 fastdds_python/src/swig/fastdds/rtps/reader/StatelessReader.i delete mode 100644 fastdds_python/src/swig/fastrtps/rtps/reader/StatefulPersistentReader.i delete mode 100644 fastdds_python/src/swig/fastrtps/rtps/reader/StatefulReader.i delete mode 100644 fastdds_python/src/swig/fastrtps/rtps/reader/StatelessPersistentReader.i delete mode 100644 fastdds_python/src/swig/fastrtps/rtps/reader/StatelessReader.i diff --git a/fastdds_python/src/swig/fastdds/rtps/reader/StatefulPersistentReader.i b/fastdds_python/src/swig/fastdds/rtps/reader/StatefulPersistentReader.i deleted file mode 100644 index c48520d9..00000000 --- a/fastdds_python/src/swig/fastdds/rtps/reader/StatefulPersistentReader.i +++ /dev/null @@ -1,19 +0,0 @@ -// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -%{ -#include "fastdds/rtps/reader/StatefulPersistentReader.h" -%} - -%include "fastdds/rtps/reader/StatefulPersistentReader.h" diff --git a/fastdds_python/src/swig/fastdds/rtps/reader/StatefulReader.i b/fastdds_python/src/swig/fastdds/rtps/reader/StatefulReader.i deleted file mode 100644 index f2af1ee1..00000000 --- a/fastdds_python/src/swig/fastdds/rtps/reader/StatefulReader.i +++ /dev/null @@ -1,19 +0,0 @@ -// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -%{ -#include "fastdds/rtps/reader/StatefulReader.h" -%} - -%include "fastdds/rtps/reader/StatefulReader.h" diff --git a/fastdds_python/src/swig/fastdds/rtps/reader/StatelessPersistentReader.i b/fastdds_python/src/swig/fastdds/rtps/reader/StatelessPersistentReader.i deleted file mode 100644 index b2b02639..00000000 --- a/fastdds_python/src/swig/fastdds/rtps/reader/StatelessPersistentReader.i +++ /dev/null @@ -1,19 +0,0 @@ -// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -%{ -#include "fastdds/rtps/reader/StatelessPersistentReader.h" -%} - -%include "fastdds/rtps/reader/StatelessPersistentReader.h" diff --git a/fastdds_python/src/swig/fastdds/rtps/reader/StatelessReader.i b/fastdds_python/src/swig/fastdds/rtps/reader/StatelessReader.i deleted file mode 100644 index 4ca78a3c..00000000 --- a/fastdds_python/src/swig/fastdds/rtps/reader/StatelessReader.i +++ /dev/null @@ -1,19 +0,0 @@ -// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -%{ -#include "fastdds/rtps/reader/StatelessReader.h" -%} - -%include "fastdds/rtps/reader/StatelessReader.h" diff --git a/fastdds_python/src/swig/fastrtps/rtps/reader/StatefulPersistentReader.i b/fastdds_python/src/swig/fastrtps/rtps/reader/StatefulPersistentReader.i deleted file mode 100644 index cfe5417b..00000000 --- a/fastdds_python/src/swig/fastrtps/rtps/reader/StatefulPersistentReader.i +++ /dev/null @@ -1,19 +0,0 @@ -// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -%{ -#include "fastrtps/rtps/reader/StatefulPersistentReader.h" -%} - -%include "fastrtps/rtps/reader/StatefulPersistentReader.h" diff --git a/fastdds_python/src/swig/fastrtps/rtps/reader/StatefulReader.i b/fastdds_python/src/swig/fastrtps/rtps/reader/StatefulReader.i deleted file mode 100644 index fbe2438a..00000000 --- a/fastdds_python/src/swig/fastrtps/rtps/reader/StatefulReader.i +++ /dev/null @@ -1,19 +0,0 @@ -// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -%{ -#include "fastrtps/rtps/reader/StatefulReader.h" -%} - -%include "fastrtps/rtps/reader/StatefulReader.h" diff --git a/fastdds_python/src/swig/fastrtps/rtps/reader/StatelessPersistentReader.i b/fastdds_python/src/swig/fastrtps/rtps/reader/StatelessPersistentReader.i deleted file mode 100644 index f6b2c829..00000000 --- a/fastdds_python/src/swig/fastrtps/rtps/reader/StatelessPersistentReader.i +++ /dev/null @@ -1,19 +0,0 @@ -// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -%{ -#include "fastrtps/rtps/reader/StatelessPersistentReader.h" -%} - -%include "fastrtps/rtps/reader/StatelessPersistentReader.h" diff --git a/fastdds_python/src/swig/fastrtps/rtps/reader/StatelessReader.i b/fastdds_python/src/swig/fastrtps/rtps/reader/StatelessReader.i deleted file mode 100644 index 47f633b5..00000000 --- a/fastdds_python/src/swig/fastrtps/rtps/reader/StatelessReader.i +++ /dev/null @@ -1,19 +0,0 @@ -// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -%{ -#include "fastrtps/rtps/reader/StatelessReader.h" -%} - -%include "fastrtps/rtps/reader/StatelessReader.h"