summaryrefslogtreecommitdiff
path: root/TAO/tao/SystemException.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-06-10 21:26:18 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-06-10 21:26:18 +0000
commit226b0cefa6af67dda552725a7bc6d849b1cfeeb5 (patch)
tree9ccc9a9f06738d4bf90c4a08091ebfb04a424083 /TAO/tao/SystemException.h
parent46b40f7c6b6f279bee09231e8d6c96fda142f9eb (diff)
downloadATCD-226b0cefa6af67dda552725a7bc6d849b1cfeeb5.tar.gz
ChangeLogTag:Fri Jun 10 13:07:04 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/SystemException.h')
-rw-r--r--TAO/tao/SystemException.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/SystemException.h b/TAO/tao/SystemException.h
index 241bb3d8c89..cb34d66a6fb 100644
--- a/TAO/tao/SystemException.h
+++ b/TAO/tao/SystemException.h
@@ -136,8 +136,8 @@ namespace CORBA
static CORBA::ULong _tao_errno (int errno_value);
/// Overridden base class method to help compilers that use
- /// explicit template instantiations going
- virtual CORBA::Exception *_tao_duplicate (void) const {return 0;}
+ /// explicit template instantiations get going.
+ virtual CORBA::Exception *_tao_duplicate (void) const;
protected: