.. _program_listing_file__tmp_ws_src_ecl_core_ecl_devices_include_ecl_devices_socket_connection_status.hpp: Program Listing for File socket_connection_status.hpp ===================================================== |exhale_lsh| :ref:`Return to documentation for file ` (``/tmp/ws/src/ecl_core/ecl_devices/include/ecl/devices/socket_connection_status.hpp``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp /***************************************************************************** ** Ifdefs *****************************************************************************/ #ifndef ECL_DEVICES_CONNECTION_STATUS_HPP_ #define ECL_DEVICES_CONNECTION_STATUS_HPP_ /***************************************************************************** ** Includes *****************************************************************************/ /***************************************************************************** ** Namespaces *****************************************************************************/ namespace ecl { /***************************************************************************** ** Enums *****************************************************************************/ enum ConnectionStatus { ConnectionProblem = -1, ConnectionDisconnected = -2, ConnectionHungUp = -3 }; } // namespace ecl #endif /* ECL_DEVICES_CONNECTION_STATUS_HPP_ */