4 //***************************************************************
5 //* APPROVED via RFC N01-0268 on 6 August 2001
6 //***************************************************************
9 //***************************************************************
10 //* interface GIAS::Callback
12 //* Description: General callback interface
14 //* NOTE: The Callback interface is implemented on the
15 //* "client" side to allow "servers" to notify clients of
16 //* completion of requests.
18 //* NOTE: Callback module is now compiled as a separate IDL file.
19 //* This will be changed in GIAS 3.3
20 //***************************************************************
27 void notify
(in UCO
::State theState
, in UCO
::RequestDescription description
)
28 raises
( UCO
::InvalidInputParameter
, UCO
::ProcessingFault
, UCO
::SystemFault
);
31 raises
(UCO
::ProcessingFault
, UCO
::SystemFault
);