summaryrefslogtreecommitdiff
path: root/ACE/examples
diff options
context:
space:
mode:
authorKnut Petter Svendsen <knut@altuma.no>2022-09-09 10:38:55 +0200
committerKnut Petter Svendsen <knut@altuma.no>2022-09-09 16:08:01 +0200
commit6f72892d61032d294fe1387a36ec6e04e9efa9c2 (patch)
treeefd140d6ea35c16825922b8373a2fbf227cdc370 /ACE/examples
parent6d7b6be10a2c2be4fc47bdd2e285657fcc4d60fd (diff)
downloadATCD-6f72892d61032d294fe1387a36ec6e04e9efa9c2.tar.gz
Fix trailing newline in class declarations
Diffstat (limited to 'ACE/examples')
-rw-r--r--ACE/examples/APG/Reactor/Reschedule.cpp1
-rw-r--r--ACE/examples/APG/Reactor/Timer_Cancel.cpp1
-rw-r--r--ACE/examples/ASX/Event_Server/Event_Server/Options.h1
-rw-r--r--ACE/examples/Bounded_Packet_Relay/BPR_Drivers.h2
-rw-r--r--ACE/examples/Bounded_Packet_Relay/Thread_Bounded_Packet_Relay.h2
-rw-r--r--ACE/examples/C++NPv1/Iterative_Logging_Server.h1
-rw-r--r--ACE/examples/C++NPv1/Process_Per_Connection_Logging_Server.h1
-rw-r--r--ACE/examples/C++NPv1/Reactive_Logging_Server.h1
-rw-r--r--ACE/examples/C++NPv1/Reactive_Logging_Server_Ex.h1
-rw-r--r--ACE/examples/IPC_SAP/SSL_SAP/SSL-client-simple.h1
-rw-r--r--ACE/examples/IPC_SAP/SSL_SAP/SSL-server-fancy.cpp1
-rw-r--r--ACE/examples/Log_Msg/Log_Msg_MFC/Log_Msg_MFC.h1
-rw-r--r--ACE/examples/Log_Msg/Log_Msg_MFC/MFC_Log.h1
-rw-r--r--ACE/examples/QOS/Change_Receiver_FlowSpec/QoS_Util.h1
-rw-r--r--ACE/examples/QOS/Change_Sender_TSpec/QoS_Util.h1
-rw-r--r--ACE/examples/QOS/Simple/QoS_Util.h1
-rw-r--r--ACE/examples/Reactor/WFMO_Reactor/Network_Events.cpp1
-rw-r--r--ACE/examples/Web_Crawler/Mem_Map_Stream.h1
-rw-r--r--ACE/examples/Web_Crawler/URL_Visitor_Factory.h1
19 files changed, 0 insertions, 21 deletions
diff --git a/ACE/examples/APG/Reactor/Reschedule.cpp b/ACE/examples/APG/Reactor/Reschedule.cpp
index ab525e4c31d..807d76e6cb0 100644
--- a/ACE/examples/APG/Reactor/Reschedule.cpp
+++ b/ACE/examples/APG/Reactor/Reschedule.cpp
@@ -19,7 +19,6 @@ public:
ACE_OS::ctime(&epoch)));
return 0;
}
-
};
// Listing 1 code/ch07
diff --git a/ACE/examples/APG/Reactor/Timer_Cancel.cpp b/ACE/examples/APG/Reactor/Timer_Cancel.cpp
index 2dc784d7ac4..8928b046f01 100644
--- a/ACE/examples/APG/Reactor/Timer_Cancel.cpp
+++ b/ACE/examples/APG/Reactor/Timer_Cancel.cpp
@@ -19,7 +19,6 @@ public:
ACE_OS::ctime(&epoch)));
return 0;
}
-
};
#if !defined (ACE_LACKS_UNIX_SIGNALS)
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/Bounded_Packet_Relay/BPR_Drivers.h b/ACE/examples/Bounded_Packet_Relay/BPR_Drivers.h
index 33d96964c37..306fba66c41 100644
--- a/ACE/examples/Bounded_Packet_Relay/BPR_Drivers.h
+++ b/ACE/examples/Bounded_Packet_Relay/BPR_Drivers.h
@@ -154,7 +154,6 @@ private:
/// Ending time of the most recent transmission.
ACE_Time_Value transmission_end_;
-
};
/**
@@ -245,7 +244,6 @@ protected:
/// Currently remaining count of messages to send before stopping
/// (-1 indicates the device should not stop).
long current_count_;
-
};
/**
diff --git a/ACE/examples/Bounded_Packet_Relay/Thread_Bounded_Packet_Relay.h b/ACE/examples/Bounded_Packet_Relay/Thread_Bounded_Packet_Relay.h
index 727393c5514..cf62a99e961 100644
--- a/ACE/examples/Bounded_Packet_Relay/Thread_Bounded_Packet_Relay.h
+++ b/ACE/examples/Bounded_Packet_Relay/Thread_Bounded_Packet_Relay.h
@@ -106,7 +106,6 @@ private:
/// This value holds a count of packets created.
u_long packet_count_;
-
};
/**
@@ -148,7 +147,6 @@ private:
/// This value holds a count of packets received.
u_long packet_count_;
-
};
/**
diff --git a/ACE/examples/C++NPv1/Iterative_Logging_Server.h b/ACE/examples/C++NPv1/Iterative_Logging_Server.h
index b55e4471e16..bb724b6a66e 100644
--- a/ACE/examples/C++NPv1/Iterative_Logging_Server.h
+++ b/ACE/examples/C++NPv1/Iterative_Logging_Server.h
@@ -56,7 +56,6 @@ protected:
logging_handler_.close (); // Close the socket handle.
return 0;
}
-
};
#endif /* _ITERATIVE_LOGGING_SERVER_H */
diff --git a/ACE/examples/C++NPv1/Process_Per_Connection_Logging_Server.h b/ACE/examples/C++NPv1/Process_Per_Connection_Logging_Server.h
index 5fee428b026..5ce9920f8d3 100644
--- a/ACE/examples/C++NPv1/Process_Per_Connection_Logging_Server.h
+++ b/ACE/examples/C++NPv1/Process_Per_Connection_Logging_Server.h
@@ -45,7 +45,6 @@ protected:
public:
virtual int run (int argc, char *argv[]);
-
};
#endif /* _PROCESS_PER_CONNECTION_LOGGING_SERVER_H */
diff --git a/ACE/examples/C++NPv1/Reactive_Logging_Server.h b/ACE/examples/C++NPv1/Reactive_Logging_Server.h
index 3c6f261ad0e..533da5e08fd 100644
--- a/ACE/examples/C++NPv1/Reactive_Logging_Server.h
+++ b/ACE/examples/C++NPv1/Reactive_Logging_Server.h
@@ -73,7 +73,6 @@ protected:
}
return 0;
}
-
};
#endif /* _REACTIVE_LOGGING_SERVER_H */
diff --git a/ACE/examples/C++NPv1/Reactive_Logging_Server_Ex.h b/ACE/examples/C++NPv1/Reactive_Logging_Server_Ex.h
index 85b7e8a22cf..29cfea005c5 100644
--- a/ACE/examples/C++NPv1/Reactive_Logging_Server_Ex.h
+++ b/ACE/examples/C++NPv1/Reactive_Logging_Server_Ex.h
@@ -88,7 +88,6 @@ protected:
}
return 0;
}
-
};
#endif /* _REACTIVE_LOGGING_SERVER_EX_H */
diff --git a/ACE/examples/IPC_SAP/SSL_SAP/SSL-client-simple.h b/ACE/examples/IPC_SAP/SSL_SAP/SSL-client-simple.h
index 5284aaa8957..96f3179ee2c 100644
--- a/ACE/examples/IPC_SAP/SSL_SAP/SSL-client-simple.h
+++ b/ACE/examples/IPC_SAP/SSL_SAP/SSL-client-simple.h
@@ -90,7 +90,6 @@ private:
char oneway_;
// Are we running oneway or twoway?
-
};
#endif /* ACE_SSL_CLIENT_SIMPLE_H */
diff --git a/ACE/examples/IPC_SAP/SSL_SAP/SSL-server-fancy.cpp b/ACE/examples/IPC_SAP/SSL_SAP/SSL-server-fancy.cpp
index 2601dc12389..acafb1c5c5b 100644
--- a/ACE/examples/IPC_SAP/SSL_SAP/SSL-server-fancy.cpp
+++ b/ACE/examples/IPC_SAP/SSL_SAP/SSL-server-fancy.cpp
@@ -119,7 +119,6 @@ private:
virtual int run (void);
// Template Method hook called by <svc>.
-
};
class Oneway_Handler : public Handler
diff --git a/ACE/examples/Log_Msg/Log_Msg_MFC/Log_Msg_MFC.h b/ACE/examples/Log_Msg/Log_Msg_MFC/Log_Msg_MFC.h
index 40bc0d6bece..23a4ba17a71 100644
--- a/ACE/examples/Log_Msg/Log_Msg_MFC/Log_Msg_MFC.h
+++ b/ACE/examples/Log_Msg/Log_Msg_MFC/Log_Msg_MFC.h
@@ -46,7 +46,6 @@ public:
// MFC Log class for ACE_Log_Msg. To be used by ACE_DEBUG
MFC_Log m_mfc_logger;
-
};
diff --git a/ACE/examples/Log_Msg/Log_Msg_MFC/MFC_Log.h b/ACE/examples/Log_Msg/Log_Msg_MFC/MFC_Log.h
index 121839979fc..285c3df7d77 100644
--- a/ACE/examples/Log_Msg/Log_Msg_MFC/MFC_Log.h
+++ b/ACE/examples/Log_Msg/Log_Msg_MFC/MFC_Log.h
@@ -38,7 +38,6 @@ public:
/// destructor
virtual ~MFC_Log();
-
};
#endif /* MFC_LOG_H */
diff --git a/ACE/examples/QOS/Change_Receiver_FlowSpec/QoS_Util.h b/ACE/examples/QOS/Change_Receiver_FlowSpec/QoS_Util.h
index 3c9716d63cd..8d583a91cbe 100644
--- a/ACE/examples/QOS/Change_Receiver_FlowSpec/QoS_Util.h
+++ b/ACE/examples/QOS/Change_Receiver_FlowSpec/QoS_Util.h
@@ -66,7 +66,6 @@ private:
// Multicast Flag.
int multicast_flag_;
-
};
#endif /* QOS_UTIL_H */
diff --git a/ACE/examples/QOS/Change_Sender_TSpec/QoS_Util.h b/ACE/examples/QOS/Change_Sender_TSpec/QoS_Util.h
index 3c9716d63cd..8d583a91cbe 100644
--- a/ACE/examples/QOS/Change_Sender_TSpec/QoS_Util.h
+++ b/ACE/examples/QOS/Change_Sender_TSpec/QoS_Util.h
@@ -66,7 +66,6 @@ private:
// Multicast Flag.
int multicast_flag_;
-
};
#endif /* QOS_UTIL_H */
diff --git a/ACE/examples/QOS/Simple/QoS_Util.h b/ACE/examples/QOS/Simple/QoS_Util.h
index 3c9716d63cd..8d583a91cbe 100644
--- a/ACE/examples/QOS/Simple/QoS_Util.h
+++ b/ACE/examples/QOS/Simple/QoS_Util.h
@@ -66,7 +66,6 @@ private:
// Multicast Flag.
int multicast_flag_;
-
};
#endif /* QOS_UTIL_H */
diff --git a/ACE/examples/Reactor/WFMO_Reactor/Network_Events.cpp b/ACE/examples/Reactor/WFMO_Reactor/Network_Events.cpp
index 304b746e536..e3158292cc6 100644
--- a/ACE/examples/Reactor/WFMO_Reactor/Network_Events.cpp
+++ b/ACE/examples/Reactor/WFMO_Reactor/Network_Events.cpp
@@ -44,7 +44,6 @@ public:
virtual ACE_HANDLE get_handle () const;
ACE_SOCK_Stream stream_;
-
};
Network_Handler::Network_Handler (ACE_SOCK_Stream &s)
diff --git a/ACE/examples/Web_Crawler/Mem_Map_Stream.h b/ACE/examples/Web_Crawler/Mem_Map_Stream.h
index 60a504f3b2d..b1f787fee65 100644
--- a/ACE/examples/Web_Crawler/Mem_Map_Stream.h
+++ b/ACE/examples/Web_Crawler/Mem_Map_Stream.h
@@ -193,7 +193,6 @@ private:
/// Address at the end of the file mapping.
char *end_of_mapping_plus1_;
-
};
#include /**/ "ace/post.h"
diff --git a/ACE/examples/Web_Crawler/URL_Visitor_Factory.h b/ACE/examples/Web_Crawler/URL_Visitor_Factory.h
index 64aa68e00de..6868005346b 100644
--- a/ACE/examples/Web_Crawler/URL_Visitor_Factory.h
+++ b/ACE/examples/Web_Crawler/URL_Visitor_Factory.h
@@ -56,7 +56,6 @@ public:
/// Factory Method that makes a <FIFO_Command_Processor>.
virtual Command_Processor *make_command_processor (void);
-
};
/**