* ImportFirewallConfigurationWizard.cpp (accept): see #2253

"importer should not creates objects while still in the middle of
the wizard". Importer wizard creates new objects in the object
tree only when user clicks Finish and abandons results if they
click Cancel.
This commit is contained in:
Vadim Kurland
2011-03-20 13:11:26 -07:00
parent eca0a93cc7
commit da2deee052
9 changed files with 104 additions and 44 deletions
+8
View File
@@ -1,3 +1,11 @@
2011-03-20 vadim <vadim@netcitadel.com>
* ImportFirewallConfigurationWizard.cpp (accept): see #2253
"importer should not creates objects while still in the middle of
the wizard". Importer wizard creates new objects in the object
tree only when user clicks Finish and abandons results if they
click Cancel.
2011-03-19 vadim <vadim@netcitadel.com>
* IOSImporter.cpp (createTCPUDPNeqObject): see #2248 implemented