search for: rogerl

Displaying 1 result from an estimated 1 matches for "rogerl".

Did you mean: roger
2013 May 02
3
How to refer to common variables across multiple modules?
We need to refer to common variables across multiple modules. For example, our dns module, firewall module and monitoring module need knowledge of our radius server IP address. Is the correct approach to create a ''common'' class where these variables are defined and then reference them from each module and create a class dependancy as below. We are using a custom ENC which