This commit is contained in:
Jeff Hill
2003-07-18 15:48:08 +00:00
parent e13dafb8af
commit a2d4436b83
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ class casMonitor;
class casAsyncIOI;
class casChannelI : public tsDLNode < casChannelI >,
public chronIntIdRes < casChannelI >, public casEvent,
public chronIntIdRes < casChannelI >, public casEvent,
private casChannelDestroyFromPV {
public:
casChannelI ( casCoreClient & clientIn, casChannel & chanIn,

View File

@@ -1700,7 +1700,7 @@ caStatus casStrmClient::channelDestroyEventNotify (
// casStrmClient::casChannelDestroyFromInterfaceNotify()
// immediateUninstallNeeded is false when we must avoid
// taking the lock insituations where we would compromise
// taking the lock in situations where we would compromise
// the lock hierarchy
void casStrmClient::casChannelDestroyFromInterfaceNotify (
casChannelI & chan, bool immediateUninstallNeeded )