Skip to content
Snippets Groups Projects
  1. Feb 18, 2014
  2. Feb 17, 2014
  3. Feb 14, 2014
  4. Feb 15, 2014
    • Steven Murray's avatar
      I have made m_foreground and m_commandLineHasBeenParsed private member variables · b039ea02
      Steven Murray authored
      of the following class:
      
          castor::server::Daemon
      
      Subclasses now have a more explicit API for parsing the command-line.  They
      can delegate the task to the above Daemon class or they can implement there own
      parsing logic.  In the latter case the subclass must call the following
      Daemon method:
      
          castor::server::Daemon::setCommandLineParsed(bool foreground);
      
      This method makes it clear what the Daemon class needs to know from a parse of
      the command-line.  If a client subclass calls the getForeground() method of the
      Daemon class before callng setCommandLineParsed() then a CommandLineNotParsed
      exception shall be raised.
      b039ea02
    • Steven Murray's avatar
      Added the following unit test: · aebd9461
      Steven Murray authored
          castor/utils/UtilsTest.
      aebd9461
  5. Feb 14, 2014
  6. Feb 13, 2014
  7. Feb 12, 2014
  8. Feb 10, 2014
  9. Feb 07, 2014
Loading