Weblog
2012
2011
2010
2009
2008
2007
2006
2005
RSS Feed
XML Atom
Tags
algebra
c++
code-example
code-snippet
compsci
compsci study thesis
crypto-speedtest
cryptography
cryptote
flex-bison-cpp-example
fun
graphviz
helppc
hifi selbstbau
latex
librivox
linux
maths
music
netfundamentals
ns-3
qtsqlview
sdios06
sdlfractal
stx-btree
stx-exparser
talk
tutorium
university
webdesign
Index
STX ExecPipe
STX Constant BTreeDB
CryptoTE
digup
STX B+ Tree
STX Expression Parser
Flex Bison C++ Example
Webmarks
API Docu Collection
Search
About Me
idlebox
/
2006
/
SDIOS06
/
sdios06
/
if
/
iflogging.idl.html
(
Download File
)
//
// $Id: iflogging.idl 19 2006-07-09 23:49:21Z sdi2 $
//
// Description: Interface for logging
//
/* our datatypes & exceptions */
#include <types.idl>
[uuid(IF_LOGGING_ID)]
interface
IF_LOGGING {
void
LogMessage(
in
logmessage_t message );
};