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.

24 lines
542 B

  1. #ifndef _CNAMSCF_HXX_
  2. #define _CNAMSCF_HXX
  3. //+------------------------------------------------------------------------
  4. //
  5. // Class: CADsLargeIntegerCF (tag)
  6. //
  7. // Purpose: Class factory for standard Domain object.
  8. //
  9. // Interface: IClassFactory
  10. //
  11. //-------------------------------------------------------------------------
  12. class CADsLargeIntegerCF : public StdClassFactory
  13. {
  14. public:
  15. STDMETHOD(CreateInstance)(IUnknown * pUnkOuter, REFIID iid, LPVOID * ppv);
  16. };
  17. #endif // #ifndef _CNAMSCG_HXX_
  18.