Home
last modified time | relevance | path

Searched defs:InitConnectionReply (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DRequests.h316 struct InitConnectionReply : ReplyRequest { struct
317 InitConnectionReply() : ReplyRequest(INIT_CONNECTION_REPLY) {} in InitConnectionReply() argument
319 { return visitor->VisitInitConnectionReply(this); } in Accept() argument
320 virtual void ShowAround(RequestMemberVisitor* visitor) in ShowAround()