Skip to content

Commit 8a60559

Browse files
committed
Update shape_micro.idl name to shape_bounded.idl
1 parent cbc9ac3 commit 8a60559

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

srcCxx/makefile_rti_connext_micro_linux

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ INCLUDES = -I. -I$(RTIMEHOME)/include -I$(RTIMEHOME)/include/rti_me
6464

6565
OBJDIR := objs/$(RTIMEARCH)_micro
6666

67-
CDRSOURCES := shape_micro.idl
68-
AUTOGENSOURCES := shape_microSupport.cxx shape_microPlugin.cxx shape_micro.cxx
67+
CDRSOURCES := shape_bounded.idl
68+
AUTOGENSOURCES := shape_boundedSupport.cxx shape_boundedPlugin.cxx shape_bounded.cxx
6969

7070
EXEC := $(executable_name)
7171
AUTOGENOBJS := $(addprefix $(OBJDIR)/, $(AUTOGENSOURCES:%.cxx=%.o))

srcCxx/makefile_rti_connext_micro_macos

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ INCLUDES = -I. -I$(RTIMEHOME)/include -I$(RTIMEHOME)/include/rti_me
6464

6565
OBJDIR := objs/$(RTIMEARCH)_micro
6666

67-
CDRSOURCES := shape_micro.idl
68-
AUTOGENSOURCES := shape_microSupport.cxx shape_microPlugin.cxx shape_micro.cxx
67+
CDRSOURCES := shape_bounded.idl
68+
AUTOGENSOURCES := shape_boundedSupport.cxx shape_boundedPlugin.cxx shape_bounded.cxx
6969

7070
EXEC := $(executable_name)
7171
AUTOGENOBJS := $(addprefix $(OBJDIR)/, $(AUTOGENSOURCES:%.cxx=%.o))

srcCxx/shape_configurator_rti_connext_micro.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#include "shape_micro.h"
2-
#include "shape_microSupport.h"
1+
#include "shape_bounded.h"
2+
#include "shape_boundedSupport.h"
33

44
#include "rti_me_cpp.hxx"
55
#include "dds_cpp/dds_cpp_netio.hxx"

0 commit comments

Comments
 (0)