Browse Source

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 10 years ago
parent
commit
6d97722193
1 changed files with 0 additions and 9 deletions
  1. 0
    9
      service.hpp

+ 0
- 9
service.hpp View File

/// Command-line arguments. /// Command-line arguments.
std::vector<std::string> cmdLineArgs; 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. /// True if Pause message was received.
bool pauseReceived; bool pauseReceived;



Loading…
Cancel
Save