changed clear channel interface

This commit is contained in:
Jeff Hill
2001-10-02 01:10:21 +00:00
parent 0080b2d007
commit deb6813aee
2 changed files with 5 additions and 5 deletions

View File

@@ -51,9 +51,9 @@ public:
virtual void writeNotifyRequest ( nciu &, netWriteNotifyIO &, unsigned type, unsigned nElem, const void *pValue );
virtual void readNotifyRequest ( nciu &, netReadNotifyIO &, unsigned type, unsigned nElem );
virtual void createChannelRequest ( nciu & );
virtual void clearChannelRequest ( nciu & );
virtual void clearChannelRequest ( ca_uint32_t sid, ca_uint32_t cid );
virtual void subscriptionRequest ( nciu &, netSubscription &subscr );
virtual void subscriptionCancelRequest ( nciu &, netSubscription &subscr );
virtual void subscriptionCancelRequest ( nciu & chan, netSubscription & subscr );
virtual void flushRequest ();
virtual bool flushBlockThreshold () const;
virtual void flushRequestIfAboveEarlyThreshold ();

View File

@@ -73,6 +73,7 @@ public:
virtual void show ( unsigned level ) const;
bool setEchoRequestPending ();
void requestRecvProcessPostponedFlush ();
void clearChannelRequest ( ca_uint32_t sid, ca_uint32_t cid );
bool ca_v41_ok () const;
bool ca_v42_ok () const;
@@ -132,9 +133,8 @@ private:
void writeNotifyRequest ( nciu &, netWriteNotifyIO &, unsigned type, unsigned nElem, const void *pValue );
void readNotifyRequest ( nciu &, netReadNotifyIO &, unsigned type, unsigned nElem );
void createChannelRequest ( nciu & );
void clearChannelRequest ( nciu & );
void subscriptionRequest ( nciu &, netSubscription &subscr );
void subscriptionCancelRequest ( nciu &, netSubscription &subscr );
void subscriptionRequest ( nciu &, netSubscription & subscr );
void subscriptionCancelRequest ( nciu & chan, netSubscription & subscr );
void flushIfRecvProcessRequested ();
bool flush (); // only to be called by the send thread