X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=include%2Fanna%2Fcore%2Futil%2FEnvironment.hpp;h=7df24df557dfa710b2fa3c4d7c11b32154e9ef52;hb=3e258840b15577cb8bda3cdedd0b9b88e16404b3;hp=7db6aa13164b4f219b84fa48df937160bb0fc94f;hpb=42c9ed133c166de9c99b4837f834aa5cf465e9a2;p=anna.git diff --git a/include/anna/core/util/Environment.hpp b/include/anna/core/util/Environment.hpp index 7db6aa1..7df24df 100644 --- a/include/anna/core/util/Environment.hpp +++ b/include/anna/core/util/Environment.hpp @@ -1,4 +1,4 @@ -// ANNA - Anna is Not 'N' Anymore +// ANNA - Anna is Not Nothingness Anymore // // (c) Copyright 2005-2014 Eduardo Ramos Testillano & Francisco Ruiz Rayo // @@ -34,8 +34,8 @@ // cisco.tierra@gmail.com -#ifndef anna_core_Environment_hpp -#define anna_core_Environment_hpp +#ifndef anna_core_util_Environment_hpp +#define anna_core_util_Environment_hpp #include #include @@ -59,7 +59,7 @@ public: /** Parses the environment data (all variables available) when process was started. - @param envp Environment array passed on main function as third argument. + @param envp Environment array passed on main function as third argument. Cache data is cleared if NULL passed, allowing to get current environment values for variables. */ void initialize(char **envp = NULL) throw();