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 13296b61050..91f5d65619f 100644
--- a/TAO/orbsvcs/tests/Trading/TT_Info.h
+++ b/TAO/orbsvcs/tests/Trading/TT_Info.h
@@ -37,7 +37,7 @@ public:
Remote_Output (void) {}
virtual void confirm (CORBA::Environment &)
- ACE_THROW_SPEC ((CORBA::SystemException)) {}
+ TAO_THROW_SPEC ((CORBA::SystemException)) {}
// Method to test that the importer received a valid reference to
// the exported object.
};
@@ -50,7 +50,7 @@ public:
Printer (void) {}
virtual void confirm (CORBA::Environment &)
- ACE_THROW_SPEC ((CORBA::SystemException)) {}
+ TAO_THROW_SPEC ((CORBA::SystemException)) {}
// Method to test that the importer received a valid reference to
// the exported object.
};
@@ -62,7 +62,7 @@ public:
Plotter (void) {}
virtual void confirm (CORBA::Environment &)
- ACE_THROW_SPEC ((CORBA::SystemException)) {}
+ TAO_THROW_SPEC ((CORBA::SystemException)) {}
// Method to test that the importer received a valid reference to
// the exported object.
};
@@ -74,7 +74,7 @@ public:
File_System (void) {}
virtual void confirm (CORBA::Environment &)
- ACE_THROW_SPEC ((CORBA::SystemException)) {}
+ TAO_THROW_SPEC ((CORBA::SystemException)) {}
// Method to test that the importer received a valid reference to
// the exported object.
};
@@ -86,7 +86,7 @@ public:
PostScript_Printer (void) {}
virtual void confirm (CORBA::Environment &)
- ACE_THROW_SPEC ((CORBA::SystemException)) {}
+ TAO_THROW_SPEC ((CORBA::SystemException)) {}
// Method to test that the importer received a valid reference to
// the exported object.
};