[
https://issues.apache.org/jira/browse/GUACAMOLE-169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Jumper reopened GUACAMOLE-169:
--------------------------------------
We should do the same for {{src/common-ssh/}} and {{src/terminal/}}. They're
the only utility libraries still relying on the old naming.
> Use namespace for common utility headers
> ----------------------------------------
>
> Key: GUACAMOLE-169
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-169
> Project: Guacamole
> Issue Type: Improvement
> Components: guacamole-server
> Reporter: Michael Jumper
> Assignee: Michael Jumper
> Fix For: 0.9.12-incubating
>
>
> 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:
> {code:none}
> #include "common/rect.h"
> {code}
> rather than:
> {code:none}
> #include "guac_rect.h"
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)