Remove dynamic exceptions
[anna.git] / source / test / Menu.cpp
index 8a0ebf8..88af5d7 100644 (file)
@@ -26,7 +26,7 @@ test::Menu::Menu (Communicator* communicator) :
 }
 
 void test::Menu::paint () const
-   throw ()   
+      
 {
    switch (a_status) {
       case 0:
@@ -42,7 +42,7 @@ void test::Menu::paint () const
 }
 
 void test::Menu::apply ()
-   throw (RuntimeException)
+   noexcept(false)
 {
    switch (a_status) {
       case 0: