/* Copyright (c) 1993 Xerox Corporation. All rights reserved. */ /* $Id$ $Date$ */ #ifndef __PCR_IOStreamGlue_h #define __PCR_IOStreamGlue_h 1 #include #include #if PCR_IOStream_IMPL #include #include /* * GenericOp and GenericCloneOp commands * for IOGblGlue procs ... */ int PCR_IOStreamGlue__getMsgGenericOpCmd; #define PCR_IOStreamGlue_getMsgGenericOpCmd \ ((PCR_Any)(&PCR_IOStreamGlue__getMsgGenericOpCmd)) int PCR_IOStreamGlue__putMsgGenericOpCmd; #define PCR_IOStreamGlue_putMsgGenericOpCmd \ ((PCR_Any)(&PCR_IOStreamGlue__putMsgGenericOpCmd)) #elif defined(PCR_NO_HOSTDEP_ERR) /* ... */ #else # error streams unimplemented on this host / os #endif /* PCR_IOStream_IMPL */ #endif /* !__PCR_IOStreamGlue_h */ /* $Log$ */