changed the name of bsdSock{Attach,Release}

This commit is contained in:
Jeff Hill
2000-05-31 22:36:31 +00:00
parent 54b82732d6
commit 4674eccf2d
2 changed files with 5 additions and 5 deletions

View File

@@ -37,7 +37,7 @@ cac::cac () :
}
}
if (!bsdSockAttach()) {
if ( ! osiSockAttach() ) {
throwWithLocation ( caErrorCode (ECA_INTERNAL) );
}
@@ -218,7 +218,7 @@ cac::~cac ()
semMutexDestroy (this->ca_client_lock);
bsdSockRelease ();
osiSockRelease ();
}
void cac::safeDestroyNMIU (unsigned id)