rename error.cpp to exception.cpp and fix remaining problems
This commit is contained in:
parent
c154a520bb
commit
e8d76cd022
5 changed files with 4 additions and 4 deletions
|
|
@ -28,7 +28,7 @@ liblumicommon_a_SOURCES = \
|
|||
$(liblumicommon_a_srcdir)/util.cpp \
|
||||
$(liblumicommon_a_srcdir)/visitor.cpp \
|
||||
$(liblumicommon_a_srcdir)/configrules.cpp \
|
||||
$(liblumicommon_a_srcdir)/error.cpp \
|
||||
$(liblumicommon_a_srcdir)/exception.cpp \
|
||||
$(liblumicommon_a_srcdir)/query.cpp \
|
||||
$(liblumicommon_a_srcdir)/query/mockconfigrules.cpp \
|
||||
$(liblumicommon_a_srcdir)/streamtype.cpp \
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
#include "lib/util.hpp"
|
||||
|
||||
extern "C" {
|
||||
#include "lumiera/interfacedescriptor.h"
|
||||
#include "lib/interfacedescriptor.h"
|
||||
}
|
||||
|
||||
#include <string>
|
||||
|
|
|
|||
|
|
@ -152,7 +152,7 @@ namespace lumiera {
|
|||
|
||||
|
||||
/** install our own handler for undeclared exceptions. Will be
|
||||
* called automatically ON_BASIC_INIT when linking error.cpp */
|
||||
* called automatically ON_BASIC_INIT when linking exception.cpp */
|
||||
void install_unexpectedException_handler ();
|
||||
|
||||
} // namespace error
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ liblumiera_la_SOURCES = \
|
|||
$(liblumiera_la_srcdir)/util.cpp \
|
||||
$(liblumiera_la_srcdir)/visitor.cpp \
|
||||
$(liblumiera_la_srcdir)/configrules.cpp \
|
||||
$(liblumiera_la_srcdir)/error.cpp \
|
||||
$(liblumiera_la_srcdir)/exception.cpp \
|
||||
$(liblumiera_la_srcdir)/query.cpp \
|
||||
$(liblumiera_la_srcdir)/query/mockconfigrules.cpp \
|
||||
$(liblumiera_la_srcdir)/streamtype.cpp \
|
||||
|
|
|
|||
Loading…
Reference in a new issue