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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-08-29
|
369 b
|
23 lines
/*
* bonobo-exception.idl:
*
* Copyright (C) 2000 Helix Code, Inc.
*
* Author:
* Dietmar Maurer (dietmar@helixcode.com)
*/
#ifndef BONOBO_EXCEPTION_IDL
#define BONOBO_EXCEPTION_IDL
module Bonobo {
exception NotSupported {};
exception NotImplemented {};
exception IOError {};
exception BadArg {};
};
#endif /* BONOBO_EXCEPTION_IDL */