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 5ddbcae8a1f..0116a2c0e17 100644
--- a/TAO/orbsvcs/tests/Trading/TT_Info.h
+++ b/TAO/orbsvcs/tests/Trading/TT_Info.h
@@ -33,7 +33,7 @@ public:
public:
Remote_Output (void) {}
- virtual void confirm (void)
+ virtual void confirm ()
{}
// Method to test that the importer received a valid reference to
// the exported object.
@@ -45,7 +45,7 @@ public:
public:
Printer (void) {}
- virtual void confirm (void)
+ virtual void confirm ()
{}
// Method to test that the importer received a valid reference to
// the exported object.
@@ -57,7 +57,7 @@ public:
public:
Plotter (void) {}
- virtual void confirm (void)
+ virtual void confirm ()
{}
// Method to test that the importer received a valid reference to
// the exported object.
@@ -69,7 +69,7 @@ public:
public:
File_System (void) {}
- virtual void confirm (void)
+ virtual void confirm ()
{}
// Method to test that the importer received a valid reference to
// the exported object.
@@ -81,7 +81,7 @@ public:
public:
PostScript_Printer (void) {}
- virtual void confirm (void)
+ virtual void confirm ()
{}
// Method to test that the importer received a valid reference to
// the exported object.