Added stub for Ipc::TypedMsgHdr and link with it instead of the whole libipc.
tests/stub_http.cc \
tests/stub_HttpReply.cc \
tests/stub_HttpRequest.cc \
+ tests/stub_ipc_TypedMsgHdr.cc \
tests/stub_libcomm.cc \
tests/stub_MemStore.cc \
tests/stub_mime.cc \
acl/libstate.la \
eui/libeui.la \
mgr/libmgr.la \
- ipc/libipc.la \
base/libbase.la \
$(top_builddir)/lib/libmisccontainers.la \
$(top_builddir)/lib/libmiscencoding.la \
--- /dev/null
+#include "config.h"
+
+#define STUB_API "TypedMsgHdr.cc"
+#include "tests/STUB.h"
+
+#include "ipc/TypedMsgHdr.h"
+
+Ipc::TypedMsgHdr::TypedMsgHdr() STUB
+void Ipc::TypedMsgHdr::checkType(int) const STUB
+void Ipc::TypedMsgHdr::setType(int) STUB
+void Ipc::TypedMsgHdr::getFixed(void*, size_t) const STUB
+void Ipc::TypedMsgHdr::putFixed(void const*, size_t) STUB
+void Ipc::TypedMsgHdr::getString(String&) const STUB
+void Ipc::TypedMsgHdr::putString(String const&) STUB