Skip to content

Commit

Permalink
Rename auto_signal.h to signal.h
Browse files Browse the repository at this point in the history
The type included here is called signal, the header should have the same name.  Also preserve the auto_signal header file for legacy customers, just have it punt over to the newly named file.
  • Loading branch information
codemercenary committed Feb 27, 2016
1 parent 9655b1a commit 1665649
Show file tree
Hide file tree
Showing 4 changed files with 499 additions and 496 deletions.
3 changes: 2 additions & 1 deletion src/autowiring/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ set(Autowiring_SRCS
auto_out.h
auto_prev.h
auto_signal.h
auto_signal.cpp
auto_tuple.h
AutoCurrentPacketPusher.h
AutoFilterDescriptor.h
Expand Down Expand Up @@ -134,6 +133,8 @@ set(Autowiring_SRCS
Parallel.cpp
registration.h
SatCounter.h
signal.h
signal.cpp
signal_base.h
SlotInformation.cpp
SlotInformation.h
Expand Down
Loading

0 comments on commit 1665649

Please sign in to comment.