Explorar el Código

Removed unneeded Message enumeration.


git-svn-id: https://svn.microneil.com/svn/CodeDweller/branches/adeniz_1@38 d34b734f-a00e-4b39-a726-e4eeb87269ab
adeniz_1
adeniz hace 10 años
padre
commit
6d97722193
Se han modificado 1 ficheros con 0 adiciones y 9 borrados
  1. 0
    9
      service.hpp

+ 0
- 9
service.hpp Ver fichero

@@ -227,15 +227,6 @@ namespace CodeDweller {
/// Command-line arguments.
std::vector<std::string> cmdLineArgs;

/// Enumeration specifying the most recent message received.
enum class Message {
Pause,
Resume,
Restart,
Stop,
None
};

/// True if Pause message was received.
bool pauseReceived;


Cargando…
Cancelar
Guardar