// Dane uywane podczas rejestraacji
//
DECLARE_THREADING_MODEL(otFree);
DECLARE_PROGID("ZodiacServer.Zodiac");
DECLARE_DESCRIPTION("Prosty serwer astrologiczny");

// Rejestracja i wyrejestrowanie
//
static HRESULT WINAPI UpdateRegistry(BOOL bRegister)
{
  TTypedComServerRegistrarT<TZodiacImpl> 
  regObj(GetObjectCLSID(), GetProgID(), GetDescription());
  return regObj.UpdateRegistry(bRegister);
}
