allow DLLGetClassObject to know about global server lock status
| 58 | |
| 59 | // allow DLLGetClassObject to know about global server lock status |
| 60 | static BOOL IsLocked() { |
| 61 | return (m_cLocked > 0); |
| 62 | }; |
| 63 | }; |
| 64 | |
| 65 | // process-wide dll locked state |
nothing calls this directly
no outgoing calls
no test coverage detected