]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/tests/stub_UdsOp.cc
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / src / tests / stub_UdsOp.cc
index 7e19dd02007c01a9f400d247178388079d22c54b..d2b33dfc1bc88cef64790b0005d3c0b3f2947387 100644 (file)
@@ -1,7 +1,16 @@
-#include "config.h"
+/*
+ * Copyright (C) 1996-2018 The Squid Software Foundation and contributors
+ *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
+ */
+
+#include "squid.h"
 #include "ipc/UdsOp.h"
 
-void Ipc::SendMessage(const String& toAddress, const TypedMsgHdr& message)
-{
-    fatal ("Not implemented");
-}
+#define STUB_API "UdsOp.cc"
+#include "tests/STUB.h"
+
+void Ipc::SendMessage(const String& toAddress, const TypedMsgHdr& message) STUB
+