~ubuntu-branches/ubuntu/trusty/glibmm2.4/trusty

« back to all changes in this revision

Viewing changes to glib/glibmm/exceptionhandler.h

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-06-18 12:13:18 UTC
  • mfrom: (1.2.73)
  • Revision ID: package-import@ubuntu.com-20120618121318-88t4ppyo8lq7s4ph
Tags: 2.33.1-0ubuntu1
* New upstream release
* debian/control:
  - Bump build-depends on libglib2.0-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
#ifndef DOXYGEN_SHOULD_SKIP_THIS
36
36
// internal
37
37
void exception_handlers_invoke() throw();
 
38
#endif //DOXYGEN_SHOULD_SKIP_THIS
38
39
 
39
40
} // namespace Glib
40
41
 
41
 
#endif //GLIBMM_EXCEPTIONS_ENABLED
42
 
 
43
42
#endif /* _GLIBMM_EXCEPTIONHANDLER_H */
44
43