This commit is contained in:
Jeff Hill
2001-06-01 16:45:38 +00:00
parent 31a2548d28
commit c585721024
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -24,7 +24,6 @@ class baseNMIU : public tsDLNode < baseNMIU >,
public chronIntIdRes < baseNMIU > {
public:
baseNMIU ( nciu &chan );
virtual class netSubscription * isSubscription ();
virtual void destroy ( class cacRecycle & ) = 0; // only called by cac
virtual void completion () = 0;
virtual void exception ( int status,
@@ -34,6 +33,7 @@ public:
arrayElementCount count ) = 0;
virtual void completion ( unsigned type,
arrayElementCount count, const void *pData ) = 0;
virtual class netSubscription * isSubscription ();
void show ( unsigned level ) const;
ca_uint32_t getID () const;
nciu & channel () const;
-2
View File
@@ -66,5 +66,3 @@ void netWriteNotifyIO::completion ( unsigned /* type */,