home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / idl / bonobo-2.0 / Bonobo_Exception.idl < prev    next >
Encoding:
Text File  |  2006-08-29  |  369 b   |  23 lines

  1. /*
  2.  * bonobo-exception.idl:
  3.  *
  4.  * Copyright (C) 2000  Helix Code, Inc.
  5.  *
  6.  * Author:
  7.  *      Dietmar Maurer (dietmar@helixcode.com)
  8.  */
  9.  
  10. #ifndef BONOBO_EXCEPTION_IDL
  11. #define BONOBO_EXCEPTION_IDL
  12.  
  13. module Bonobo {
  14.  
  15.     exception NotSupported {};
  16.     exception NotImplemented {};
  17.         exception IOError {};
  18.         exception BadArg {};
  19.  
  20. };
  21.  
  22. #endif /* BONOBO_EXCEPTION_IDL */
  23.