2 * Copyright 2012 Haiku, Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
6 * Paweł Dziepak, pdziepak@quarnos.org
8 #ifndef RPCCALLBACKREPLY_H
9 #define RPCCALLBACKREPLY_H
20 static CallbackReply
* Create(uint32 xid
,
21 AcceptStat rpcError
= SUCCESS
);
24 inline XDR::WriteStream
& Stream();
29 XDR::WriteStream fStream
;
33 inline XDR::WriteStream
&
34 CallbackReply::Stream()
42 #endif // RPCCALLBACKREPLY_H