Esempio n. 1
0
 void IClassFactory.LockServer(bool bLock)
 {
     if (bLock)
     {
         SXCamera.CountLock();
     }
     else
     {
         SXCamera.UncountLock();
     }
     // Always attempt to see if we need to shutdown this server application.
     SXCamera.ExitIf();
 }
Esempio n. 2
0
 public ReferenceCountedObjectBase()
 {
     // We increment the global count of objects.
     SXCamera.CountObject();
 }