Uploaded image for project: 'Guacamole'
  1. Guacamole
  2. GUACAMOLE-169

Use namespace for common utility headers

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Done
    • None
    • 0.9.12-incubating
    • guacamole-server
    • None

    Description

      The headers within src/common/ currently rely instead on cumbersome naming like guac_rect.h to differentiate themselves from headers which might be present in the parts of guacamole-server which use that utility library.

      These headers should instead use a namespaced directory, similar to the way libguac headers are found within the "guacamole" directory. Code would thus end up including these headers like:

      #include "common/rect.h"
      

      rather than:

      #include "guac_rect.h"
      

      Attachments

        Issue Links

          Activity

            People

              mjumper Mike Jumper
              mjumper Mike Jumper
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: