Mailinglist Archive: yast-commit (1056 mails)
| < Previous | Next > |
[yast-commit] r44514 - /trunk/core/libyui/src/YUIException.h
- From: sh-sh-sh@xxxxxxxxxxxxxxxx
- Date: Fri, 15 Feb 2008 13:25:43 -0000
- Message-id: <20080215132543.D7136112BE4@xxxxxxxxxxxxxxxx>
Author: sh-sh-sh
Date: Fri Feb 15 14:25:43 2008
New Revision: 44514
URL: http://svn.opensuse.org/viewcvs/yast?rev=44514&view=rev
Log:
documentation
Modified:
trunk/core/libyui/src/YUIException.h
Modified: trunk/core/libyui/src/YUIException.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/core/libyui/src/YUIException.h?rev=44514&r1=44513&r2=44514&view=diff
==============================================================================
--- trunk/core/libyui/src/YUIException.h (original)
+++ trunk/core/libyui/src/YUIException.h Fri Feb 15 14:25:43 2008
@@ -867,7 +867,7 @@
/**
- * Helper for YUI_THROW.
+ * Helper for YUI_THROW()
**/
template<class _Exception>
void _YUI_THROW( const _Exception & exception_r, const YCodeLocation & where_r
)
@@ -879,7 +879,7 @@
/**
- * Helper for YUI_THROW.
+ * Helper for YUI_CAUGHT()
**/
template<class _Exception>
void _YUI_CAUGHT( const _Exception & exception_r, const YCodeLocation &
where_r )
@@ -889,7 +889,7 @@
/**
- * Helper for YUI_THROW.
+ * Helper for YUI_RETHROW()
**/
template<class _Exception>
void _YUI_RETHROW( const _Exception & exception_r, const YCodeLocation &
where_r )
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Fri Feb 15 14:25:43 2008
New Revision: 44514
URL: http://svn.opensuse.org/viewcvs/yast?rev=44514&view=rev
Log:
documentation
Modified:
trunk/core/libyui/src/YUIException.h
Modified: trunk/core/libyui/src/YUIException.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/core/libyui/src/YUIException.h?rev=44514&r1=44513&r2=44514&view=diff
==============================================================================
--- trunk/core/libyui/src/YUIException.h (original)
+++ trunk/core/libyui/src/YUIException.h Fri Feb 15 14:25:43 2008
@@ -867,7 +867,7 @@
/**
- * Helper for YUI_THROW.
+ * Helper for YUI_THROW()
**/
template<class _Exception>
void _YUI_THROW( const _Exception & exception_r, const YCodeLocation & where_r
)
@@ -879,7 +879,7 @@
/**
- * Helper for YUI_THROW.
+ * Helper for YUI_CAUGHT()
**/
template<class _Exception>
void _YUI_CAUGHT( const _Exception & exception_r, const YCodeLocation &
where_r )
@@ -889,7 +889,7 @@
/**
- * Helper for YUI_THROW.
+ * Helper for YUI_RETHROW()
**/
template<class _Exception>
void _YUI_RETHROW( const _Exception & exception_r, const YCodeLocation &
where_r )
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |