GM6000 Digital Heater Controller Branch: main
SDX-1330
NullReturnHandler.h
Go to the documentation of this file.
1#ifndef Cpl_Itc_NullReturnHandler_h_
2#define Cpl_Itc_NullReturnHandler_h_
3/*-----------------------------------------------------------------------------
4* This file is part of the Colony.Core Project. The Colony.Core Project is an
5* open source project with a BSD type of licensing agreement. See the license
6* agreement (license.txt) in the top/ directory or on the Internet at
7* http://integerfox.com/colony.core/license.txt
8*
9* Copyright (c) 2014-2022 John T. Taylor
10*
11* Redistributions of the source code must retain the above copyright notice.
12*----------------------------------------------------------------------------*/
13/** @file */
14
16
17///
18namespace Cpl {
19///
20namespace Itc {
21
22/** This class implements a Null ReturnHandler. This means the message
23 is NEVER returned to the calling thread.
24 */
26{
27public:
28 /// Constructor
30
31public:
32 /// See ReturnHandler
33 void rts() noexcept;
34};
35
36
37}; // end namespaces
38};
39#endif // end header latch
This class implements a Null ReturnHandler.
Definition NullReturnHandler.h:26
void rts() noexcept
See ReturnHandler.
NullReturnHandler()
Constructor.
This abstract class represents the action that is executed by a server thread in response to the serv...
Definition ReturnHandler.h:27
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20