From 6e03d3470ca6f7c5bdfad6def41b0f0eaf9d33a6 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 4 Jan 2025 10:13:49 -0800 Subject: api: remove old protocol headers --- include/nng/protocol/bus0/bus.h | 13 ------------- include/nng/protocol/pair0/pair.h | 13 ------------- include/nng/protocol/pair1/pair.h | 13 ------------- include/nng/protocol/pipeline0/pull.h | 13 ------------- include/nng/protocol/pipeline0/push.h | 13 ------------- include/nng/protocol/pubsub0/pub.h | 13 ------------- include/nng/protocol/pubsub0/sub.h | 13 ------------- include/nng/protocol/reqrep0/rep.h | 13 ------------- include/nng/protocol/reqrep0/req.h | 14 -------------- include/nng/protocol/survey0/respond.h | 13 ------------- include/nng/protocol/survey0/survey.h | 13 ------------- 11 files changed, 144 deletions(-) delete mode 100644 include/nng/protocol/bus0/bus.h delete mode 100644 include/nng/protocol/pair0/pair.h delete mode 100644 include/nng/protocol/pair1/pair.h delete mode 100644 include/nng/protocol/pipeline0/pull.h delete mode 100644 include/nng/protocol/pipeline0/push.h delete mode 100644 include/nng/protocol/pubsub0/pub.h delete mode 100644 include/nng/protocol/pubsub0/sub.h delete mode 100644 include/nng/protocol/reqrep0/rep.h delete mode 100644 include/nng/protocol/reqrep0/req.h delete mode 100644 include/nng/protocol/survey0/respond.h delete mode 100644 include/nng/protocol/survey0/survey.h (limited to 'include') diff --git a/include/nng/protocol/bus0/bus.h b/include/nng/protocol/bus0/bus.h deleted file mode 100644 index 6d579dc7..00000000 --- a/include/nng/protocol/bus0/bus.h +++ /dev/null @@ -1,13 +0,0 @@ -// -// Copyright 2025 Staysail Systems, Inc. -// -// This software is supplied under the terms of the MIT License, a -// copy of which should be located in the distribution where this -// file was obtained (LICENSE.txt). A copy of the license may also be -// found online at https://opensource.org/licenses/MIT. -// - -// Content moved to nng/nng.h -#ifndef NNG_PROTOCOL_BUS0_BUS_H -#define NNG_PROTOCOL_BUS0_BUS_H -#endif diff --git a/include/nng/protocol/pair0/pair.h b/include/nng/protocol/pair0/pair.h deleted file mode 100644 index ec9c39ae..00000000 --- a/include/nng/protocol/pair0/pair.h +++ /dev/null @@ -1,13 +0,0 @@ -// -// Copyright 2025 Staysail Systems, Inc. -// -// This software is supplied under the terms of the MIT License, a -// copy of which should be located in the distribution where this -// file was obtained (LICENSE.txt). A copy of the license may also be -// found online at https://opensource.org/licenses/MIT. -// - -// Content moved to nng/nng.h -#ifndef NNG_PROTOCOL_PAIR0_PAIR_H -#define NNG_PROTOCOL_PAIR0_PAIR_H -#endif diff --git a/include/nng/protocol/pair1/pair.h b/include/nng/protocol/pair1/pair.h deleted file mode 100644 index 4450c280..00000000 --- a/include/nng/protocol/pair1/pair.h +++ /dev/null @@ -1,13 +0,0 @@ -// -// Copyright 2025 Staysail Systems, Inc. -// -// This software is supplied under the terms of the MIT License, a -// copy of which should be located in the distribution where this -// file was obtained (LICENSE.txt). A copy of the license may also be -// found online at https://opensource.org/licenses/MIT. -// - -// Content moved to nng/nng.h -#ifndef NNG_PROTOCOL_PAIR1_PAIR_H -#define NNG_PROTOCOL_PAIR1_PAIR_H -#endif diff --git a/include/nng/protocol/pipeline0/pull.h b/include/nng/protocol/pipeline0/pull.h deleted file mode 100644 index 6f1c4621..00000000 --- a/include/nng/protocol/pipeline0/pull.h +++ /dev/null @@ -1,13 +0,0 @@ -// -// Copyright 2025 Staysail Systems, Inc. -// -// This software is supplied under the terms of the MIT License, a -// copy of which should be located in the distribution where this -// file was obtained (LICENSE.txt). A copy of the license may also be -// found online at https://opensource.org/licenses/MIT. -// - -// Content moved to nng/nng.h -#ifndef NNG_PROTOCOL_PIPELINE0_PULL_H -#define NNG_PROTOCOL_PIPELINE0_PULL_H -#endif diff --git a/include/nng/protocol/pipeline0/push.h b/include/nng/protocol/pipeline0/push.h deleted file mode 100644 index 25e37fd7..00000000 --- a/include/nng/protocol/pipeline0/push.h +++ /dev/null @@ -1,13 +0,0 @@ -// -// Copyright 2025 Staysail Systems, Inc. -// -// This software is supplied under the terms of the MIT License, a -// copy of which should be located in the distribution where this -// file was obtained (LICENSE.txt). A copy of the license may also be -// found online at https://opensource.org/licenses/MIT. -// - -// Content moved to nng/nng.h -#ifndef NNG_PROTOCOL_PIPELINE0_PUSH_H -#define NNG_PROTOCOL_PIPELINE0_PUSH_H -#endif diff --git a/include/nng/protocol/pubsub0/pub.h b/include/nng/protocol/pubsub0/pub.h deleted file mode 100644 index 3a23e43b..00000000 --- a/include/nng/protocol/pubsub0/pub.h +++ /dev/null @@ -1,13 +0,0 @@ -// -// Copyright 2025 Staysail Systems, Inc. -// -// This software is supplied under the terms of the MIT License, a -// copy of which should be located in the distribution where this -// file was obtained (LICENSE.txt). A copy of the license may also be -// found online at https://opensource.org/licenses/MIT. -// - -// Content moved to nng/nng.h -#ifndef NNG_PROTOCOL_PUBSUB0_PUB_H -#define NNG_PROTOCOL_PUBSUB0_PUB_H -#endif diff --git a/include/nng/protocol/pubsub0/sub.h b/include/nng/protocol/pubsub0/sub.h deleted file mode 100644 index 5c03ca58..00000000 --- a/include/nng/protocol/pubsub0/sub.h +++ /dev/null @@ -1,13 +0,0 @@ -// -// Copyright 2025 Staysail Systems, Inc. -// -// This software is supplied under the terms of the MIT License, a -// copy of which should be located in the distribution where this -// file was obtained (LICENSE.txt). A copy of the license may also be -// found online at https://opensource.org/licenses/MIT. -// - -// Content moved to nng/nng.h -#ifndef NNG_PROTOCOL_PUBSUB0_SUB_H -#define NNG_PROTOCOL_PUBSUB0_SUB_H -#endif diff --git a/include/nng/protocol/reqrep0/rep.h b/include/nng/protocol/reqrep0/rep.h deleted file mode 100644 index ec689067..00000000 --- a/include/nng/protocol/reqrep0/rep.h +++ /dev/null @@ -1,13 +0,0 @@ -// -// Copyright 2025 Staysail Systems, Inc. -// -// This software is supplied under the terms of the MIT License, a -// copy of which should be located in the distribution where this -// file was obtained (LICENSE.txt). A copy of the license may also be -// found online at https://opensource.org/licenses/MIT. -// - -// Content moved to nng/nng.h -#ifndef NNG_PROTOCOL_REQREP0_REP_H -#define NNG_PROTOCOL_REQREP0_REP_H -#endif diff --git a/include/nng/protocol/reqrep0/req.h b/include/nng/protocol/reqrep0/req.h deleted file mode 100644 index 987ae4c2..00000000 --- a/include/nng/protocol/reqrep0/req.h +++ /dev/null @@ -1,14 +0,0 @@ -// -// Copyright 2025 Staysail Systems, Inc. -// Copyright 2018 Capitar IT Group BV -// -// This software is supplied under the terms of the MIT License, a -// copy of which should be located in the distribution where this -// file was obtained (LICENSE.txt). A copy of the license may also be -// found online at https://opensource.org/licenses/MIT. -// - -// Content moved to nng/nng.h -#ifndef NNG_PROTOCOL_REQREP0_REQ_H -#define NNG_PROTOCOL_REQREP0_REQ_H -#endif diff --git a/include/nng/protocol/survey0/respond.h b/include/nng/protocol/survey0/respond.h deleted file mode 100644 index 57dc9704..00000000 --- a/include/nng/protocol/survey0/respond.h +++ /dev/null @@ -1,13 +0,0 @@ -// -// Copyright 2025 Staysail Systems, Inc. -// -// This software is supplied under the terms of the MIT License, a -// copy of which should be located in the distribution where this -// file was obtained (LICENSE.txt). A copy of the license may also be -// found online at https://opensource.org/licenses/MIT. -// - -// Content moved to nng/nng.h -#ifndef NNG_PROTOCOL_SURVEY0_RESPOND_H -#define NNG_PROTOCOL_SURVEY0_RESPOND_H -#endif diff --git a/include/nng/protocol/survey0/survey.h b/include/nng/protocol/survey0/survey.h deleted file mode 100644 index 33c271ea..00000000 --- a/include/nng/protocol/survey0/survey.h +++ /dev/null @@ -1,13 +0,0 @@ -// -// Copyright 2025 Staysail Systems, Inc. -// -// This software is supplied under the terms of the MIT License, a -// copy of which should be located in the distribution where this -// file was obtained (LICENSE.txt). A copy of the license may also be -// found online at https://opensource.org/licenses/MIT. -// - -// Content moved to nng/nng.h -#ifndef NNG_PROTOCOL_SURVEY0_SURVEY_H -#define NNG_PROTOCOL_SURVEY0_SURVEY_H -#endif -- cgit v1.2.3-70-g09d2