diff options
| author | Manuel Traut <manut@mecka.net> | 2012-06-03 14:01:02 +0200 |
|---|---|---|
| committer | Manuel Traut <manut@mecka.net> | 2012-06-03 14:01:02 +0200 |
| commit | db9dc73fb458638973a458ba76a2d7f159c96c4d (patch) | |
| tree | 02c13cf2fd972ca3f5fd0f88a82149a6d8f5863b | |
| parent | 0354d89c2aa2c8934dc3a3c41f904bf5b713cb85 (diff) | |
libdistrio_common: rename common -> helper
- include 'common.h' in other components sounds bad
Signed-off-by: Manuel Traut <manut@mecka.net>
| -rw-r--r-- | common/Makefile | 2 | ||||
| -rw-r--r-- | common/distrio_helper.cpp (renamed from common/common.cpp) | 2 | ||||
| -rw-r--r-- | common/distrio_helper.h (renamed from common/common.h) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/common/Makefile b/common/Makefile index af3963e..44357f5 100644 --- a/common/Makefile +++ b/common/Makefile @@ -13,7 +13,7 @@ DESTDIR := /usr COMPONENT = distrio_common LIB = lib$(COMPONENT).so -OBJ = $(COMPONENT)C.o $(COMPONENT).o $(COMPONENT)S.o common.o +OBJ = $(COMPONENT)C.o $(COMPONENT).o $(COMPONENT)S.o distrio_helper.o IDL_CLEANFILES = $(COMPONENT)C.cpp $(COMPONENT)C.inl $(COMPONENT)I.h \ $(COMPONENT)S.h $(COMPONENT)C.h $(COMPONENT)S.cpp diff --git a/common/common.cpp b/common/distrio_helper.cpp index 9fd35e3..5b368e7 100644 --- a/common/common.cpp +++ b/common/distrio_helper.cpp @@ -5,7 +5,7 @@ #include <iostream> -#include "common.h" +#include "distrio_helper.h" int init_corba (int argc, char **argv) { diff --git a/common/common.h b/common/distrio_helper.h index 8070544..8070544 100644 --- a/common/common.h +++ b/common/distrio_helper.h |
