summaryrefslogtreecommitdiff
path: root/TAO/tao/Storable_FlatFileStream.h
diff options
context:
space:
mode:
authorstanleyk <stanleyk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2013-02-06 02:00:51 +0000
committerstanleyk <stanleyk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2013-02-06 02:00:51 +0000
commit2622e8ea11db1f7a459eee8cbb77770a3c1c560f (patch)
treefe59f9ba10a6a848797dd548d701934a1678e073 /TAO/tao/Storable_FlatFileStream.h
parent5e030faf84086ab02059fcbcc3faed224bd57b95 (diff)
downloadATCD-2622e8ea11db1f7a459eee8cbb77770a3c1c560f.tar.gz
Fixed fuzz errors.
Diffstat (limited to 'TAO/tao/Storable_FlatFileStream.h')
-rw-r--r--TAO/tao/Storable_FlatFileStream.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tao/Storable_FlatFileStream.h b/TAO/tao/Storable_FlatFileStream.h
index 10e5a9e4425..4eff8241312 100644
--- a/TAO/tao/Storable_FlatFileStream.h
+++ b/TAO/tao/Storable_FlatFileStream.h
@@ -99,13 +99,11 @@ namespace TAO
/// Throw a Storable_Read_Exception if the state
/// is not good due to a read error.
- void throw_on_read_error (Storable_State state)
- throw (Storable_Read_Exception);
+ void throw_on_read_error (Storable_State state);
/// Throw a Storable_Write_Exception if the state
/// is not good due to a write error.
- void throw_on_write_error (Storable_State state)
- throw (Storable_Write_Exception);
+ void throw_on_write_error (Storable_State state);
ACE_CString backup_file_name ();