Comment 4 for bug 978952

Revision history for this message
Marco (marcolikis) wrote :

in first call

    HashMap < SandboxControl * >&getSandboxControl() {
          return mapSandboxControl;
   } private:
       HashMap < SandboxControl * >mapSandboxControl;

in second call

    HashMap < SandboxControl * >&getSandboxControl() {
          return mapSandboxControl;
   }
   private:
       HashMap < SandboxControl * >mapSandboxControl;

in third call repet first...
in fourth call repet the second... ....