Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
494 B

  1. /*++
  2. Copyright (C) 1996-1999 Microsoft Corporation
  3. Module Name:
  4. _GOTO.H
  5. History:
  6. --*/
  7. #if !defined(ESPUTIL__goto_h_INCLUDED)
  8. #define ESPUTIL__goto_h_INCLUDED
  9. class LTAPIENTRY CEspGotoFactory : public CRefCount
  10. {
  11. public:
  12. CEspGotoFactory() {};
  13. virtual CGoto * CreateGoto(const CLocation &) = 0;
  14. private:
  15. CEspGotoFactory(const CEspGotoFactory &);
  16. };
  17. void LTAPIENTRY RegisterEspGotoFactory(CEspGotoFactory *);
  18. #endif // ESPUTIL__goto_h_INCLUDED