X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;ds=sidebyside;f=include%2Fanna%2Fdiameter%2Fcodec%2FEngineImpl.hpp;h=4f27e06481c4be4889a39eb09676fce6f0b9c7b1;hb=a67b088509f8ff740f206e8e928ae1db92b25e0c;hp=776a5fb614698289f9e99bd802dd537fc855ca8c;hpb=db04ba506b776f4fd925df83a3d092687cf674c5;p=anna.git diff --git a/include/anna/diameter/codec/EngineImpl.hpp b/include/anna/diameter/codec/EngineImpl.hpp index 776a5fb..4f27e06 100644 --- a/include/anna/diameter/codec/EngineImpl.hpp +++ b/include/anna/diameter/codec/EngineImpl.hpp @@ -260,10 +260,10 @@ public: /** * By default, the user will select the appropiate stack id depending on the context (see #setDictionary), but * some applications could consider interesting automatic stack selection based on managed messages (incoming - * decoded ones, or built messages to be encoded). By default, no changes are done through the engine. Multithreaded - * processes should have a unique codec engine for each managed stack (this selection is disabled by default, then - * you don't have to worry about), but mono processes with multistack implementation over the same-unique engine, - * should activate this to have the commonly recommended way to choose the stack: using the Application-Id value. + * decoded ones, or built messages to be encoded). By default, on engine construction, no changes are done. + * Multithreaded processes should have a unique codec engine for each managed stack (then you don't have to + * worry about), but mono processes with multistack implementation over the same-unique engine, should activate + * this to have the commonly recommended way to choose the stack: using the Application-Id value. * * @warning do not activate in case of multithreaded applications. * @param enable Activates/deactivates the stack selection from the Application-Id value within the message header. @@ -278,7 +278,7 @@ public: @return True if selection is done with the Application-Id. False if no selection is performed (user responsibility). */ - bool selectStackWithApplicationId (void) throw() { return a_selectStackWithApplicationId; } + bool hasSelectStackWithApplicationId (void) throw() { return a_selectStackWithApplicationId; } /**