25 lines
518 B
C++
25 lines
518 B
C++
|
|
|||
|
#ifndef _CNAMSCF_HXX_
|
|||
|
#define _CNAMSCF_HXX
|
|||
|
|
|||
|
|
|||
|
|
|||
|
//+------------------------------------------------------------------------
|
|||
|
//
|
|||
|
// Class: CADsLargeIntegerCF (tag)
|
|||
|
//
|
|||
|
// Purpose: Class factory for standard Domain object.
|
|||
|
//
|
|||
|
// Interface: IClassFactory
|
|||
|
//
|
|||
|
//-------------------------------------------------------------------------
|
|||
|
|
|||
|
class CADsLargeIntegerCF : public StdClassFactory
|
|||
|
{
|
|||
|
public:
|
|||
|
STDMETHOD(CreateInstance)(IUnknown * pUnkOuter, REFIID iid, LPVOID * ppv);
|
|||
|
};
|
|||
|
|
|||
|
|
|||
|
#endif // #ifndef _CNAMSCG_HXX_
|
|||
|
|