summaryrefslogtreecommitdiff
path: root/ACE/examples/ASX/Event_Server
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2022-09-12 09:36:12 +0200
committerGitHub <noreply@github.com>2022-09-12 09:36:12 +0200
commitccbb3639f96d55c38f96914c6c7c4bc8c8998db9 (patch)
treed861b5b15dfed21bd92d8151ba1f819f421bc474 /ACE/examples/ASX/Event_Server
parentbdc29ef27a6bc8dc63bc46309639e3ef307e8557 (diff)
parentfe03724176dcfd20e0f9a6e493198469242be6b6 (diff)
downloadATCD-ccbb3639f96d55c38f96914c6c7c4bc8c8998db9.tar.gz
Merge branch 'master' into format-security
Diffstat (limited to 'ACE/examples/ASX/Event_Server')
-rw-r--r--ACE/examples/ASX/Event_Server/Event_Server/Consumer_Router.cpp1
-rw-r--r--ACE/examples/ASX/Event_Server/Event_Server/Event_Analyzer.cpp1
-rw-r--r--ACE/examples/ASX/Event_Server/Event_Server/Options.cpp1
-rw-r--r--ACE/examples/ASX/Event_Server/Event_Server/Options.h1
-rw-r--r--ACE/examples/ASX/Event_Server/Event_Server/Peer_Router.cpp1
-rw-r--r--ACE/examples/ASX/Event_Server/Event_Server/Supplier_Router.cpp1
6 files changed, 0 insertions, 6 deletions
diff --git a/ACE/examples/ASX/Event_Server/Event_Server/Consumer_Router.cpp b/ACE/examples/ASX/Event_Server/Event_Server/Consumer_Router.cpp
index 3cafe8d1149..287fefcf1fc 100644
--- a/ACE/examples/ASX/Event_Server/Event_Server/Consumer_Router.cpp
+++ b/ACE/examples/ASX/Event_Server/Event_Server/Consumer_Router.cpp
@@ -6,7 +6,6 @@
#include "Options.h"
-
Consumer_Router::Consumer_Router (Peer_Router_Context *prc)
: Peer_Router (prc)
{
diff --git a/ACE/examples/ASX/Event_Server/Event_Server/Event_Analyzer.cpp b/ACE/examples/ASX/Event_Server/Event_Server/Event_Analyzer.cpp
index 33e079ca875..d97f61f976c 100644
--- a/ACE/examples/ASX/Event_Server/Event_Server/Event_Analyzer.cpp
+++ b/ACE/examples/ASX/Event_Server/Event_Server/Event_Analyzer.cpp
@@ -4,7 +4,6 @@
#include "Event_Analyzer.h"
-
int
Event_Analyzer::open (void *)
{
diff --git a/ACE/examples/ASX/Event_Server/Event_Server/Options.cpp b/ACE/examples/ASX/Event_Server/Event_Server/Options.cpp
index 76c24753020..d8ee1bddc3d 100644
--- a/ACE/examples/ASX/Event_Server/Event_Server/Options.cpp
+++ b/ACE/examples/ASX/Event_Server/Event_Server/Options.cpp
@@ -9,7 +9,6 @@
#include "Options.h"
-
/* static */
Options *Options::instance_ = 0;
diff --git a/ACE/examples/ASX/Event_Server/Event_Server/Options.h b/ACE/examples/ASX/Event_Server/Event_Server/Options.h
index de5bc064093..5d125cb16ee 100644
--- a/ACE/examples/ASX/Event_Server/Event_Server/Options.h
+++ b/ACE/examples/ASX/Event_Server/Event_Server/Options.h
@@ -113,7 +113,6 @@ private:
static Options *instance_;
// Static Singleton.
-
};
#include "Options.inl"
diff --git a/ACE/examples/ASX/Event_Server/Event_Server/Peer_Router.cpp b/ACE/examples/ASX/Event_Server/Event_Server/Peer_Router.cpp
index 41f00d1bb4c..c9b98e55bac 100644
--- a/ACE/examples/ASX/Event_Server/Event_Server/Peer_Router.cpp
+++ b/ACE/examples/ASX/Event_Server/Event_Server/Peer_Router.cpp
@@ -7,7 +7,6 @@
#include "Peer_Router.h"
-
// Send the <ACE_Message_Block> to all the peers. Note that in a
// "real" application this logic would most likely be more selective,
// i.e., it would actually do "routing" based on addressing
diff --git a/ACE/examples/ASX/Event_Server/Event_Server/Supplier_Router.cpp b/ACE/examples/ASX/Event_Server/Event_Server/Supplier_Router.cpp
index 68ac0b56e6c..edea2f8968d 100644
--- a/ACE/examples/ASX/Event_Server/Event_Server/Supplier_Router.cpp
+++ b/ACE/examples/ASX/Event_Server/Event_Server/Supplier_Router.cpp
@@ -6,7 +6,6 @@
#include "Options.h"
-
// Handle outgoing messages in a separate thread.
int