home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magazyn Internet 2000 May
/
MICD_2000_05.iso
/
CBuilder5
/
INSTALL
/
DATA1.CAB
/
Program_Built_Files
/
Include
/
Vcl
/
vclcom.hpp
< prev
next >
Wrap
C/C++ Source or Header
|
2000-02-01
|
2KB
|
64 lines
// Borland C++ Builder
// Copyright (c) 1995, 1999 by Borland International
// All rights reserved
// (DO NOT EDIT: machine generated header) 'VCLCom.pas' rev: 5.00
#ifndef VCLComHPP
#define VCLComHPP
#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <Classes.hpp> // Pascal unit
#include <ComObj.hpp> // Pascal unit
#include <ActiveX.hpp> // Pascal unit
#include <SysInit.hpp> // Pascal unit
#include <System.hpp> // Pascal unit
//-- user supplied -----------------------------------------------------------
namespace Vclcom
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TComponentFactory;
class PASCALIMPLEMENTATION TComponentFactory : public TAutoObjectFactory
{
typedef TAutoObjectFactory inherited;
protected:
HIDESBASE HRESULT __stdcall CreateInstance(const _di_IUnknown UnkOuter, const GUID &IID, /* out */
void *Obj);
public:
__fastcall TComponentFactory(Comobj::TComServerObject* ComServer, TMetaClass* ComponentClass, const
GUID &ClassID, Comobj::TClassInstancing Instancing, Comobj::TThreadingModel ThreadingModel);
virtual TComObject* __fastcall CreateComObject(const _di_IUnknown Controller);
virtual void __fastcall UpdateRegistry(bool Register);
public:
#pragma option push -w-inl
/* TComObjectFactory.Destroy */ inline __fastcall virtual ~TComponentFactory(void) { }
#pragma option pop
private:
void *__IClassFactory; /* IClassFactory */
public:
operator IClassFactory*(void) { return (IClassFactory*)&__IClassFactory; }
};
//-- var, const, procedure ---------------------------------------------------
} /* namespace Vclcom */
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Vclcom;
#endif
#pragma option pop // -w-
#pragma option pop // -Vx
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // VCLCom