summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Trading/TT_Info.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Trading/TT_Info.h')
-rw-r--r--TAO/orbsvcs/tests/Trading/TT_Info.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/orbsvcs/tests/Trading/TT_Info.h b/TAO/orbsvcs/tests/Trading/TT_Info.h
index 76fdc207e07..391e066b747 100644
--- a/TAO/orbsvcs/tests/Trading/TT_Info.h
+++ b/TAO/orbsvcs/tests/Trading/TT_Info.h
@@ -38,7 +38,7 @@ public:
Remote_Output (void) {}
virtual void confirm (void)
- ACE_THROW_SPEC ((CORBA::SystemException)) {}
+ {}
// Method to test that the importer received a valid reference to
// the exported object.
};
@@ -51,7 +51,7 @@ public:
Printer (void) {}
virtual void confirm (void)
- ACE_THROW_SPEC ((CORBA::SystemException)) {}
+ {}
// Method to test that the importer received a valid reference to
// the exported object.
};
@@ -63,7 +63,7 @@ public:
Plotter (void) {}
virtual void confirm (void)
- ACE_THROW_SPEC ((CORBA::SystemException)) {}
+ {}
// Method to test that the importer received a valid reference to
// the exported object.
};
@@ -75,7 +75,7 @@ public:
File_System (void) {}
virtual void confirm (void)
- ACE_THROW_SPEC ((CORBA::SystemException)) {}
+ {}
// Method to test that the importer received a valid reference to
// the exported object.
};
@@ -87,7 +87,7 @@ public:
PostScript_Printer (void) {}
virtual void confirm (void)
- ACE_THROW_SPEC ((CORBA::SystemException)) {}
+ {}
// Method to test that the importer received a valid reference to
// the exported object.
};