GME  13
Namespaces | Defines | Functions | Variables
StdAfx.h File Reference

Go to the source code of this file.

Namespaces

namespace  core

Defines

#define _SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS   1
#define _SECURE_ATL   1
#define VC_EXTRALEAN
#define _CRT_SECURE_NO_WARNINGS
#define _ATL_APARTMENT_THREADED
#define _NOTHREADS
#define ASSERT   ATLASSERT
#define IID_ICoreDictionaryAttributeValue   __uuidof(ICoreDictionaryAttributeValue)
#define LIBID_MGACoreLib   __uuidof(__MGACoreLib)

Functions

HRESULT check_location_compatibility (ICoreMetaObject *newobj, ICoreMetaObject *oldobj)
HRESULT check_location_compatibility (ICoreMetaAttribute *newobj, ICoreMetaAttribute *oldobj)
HRESULT check_location_compatibility (ICoreObject *newobj, ICoreObject *oldobj)
HRESULT check_location_compatibility (ICoreAttribute *newobj, ICoreAttribute *oldobj)

Variables

CComModule _Module

Define Documentation

Definition at line 57 of file Core/StdAfx.h.

Definition at line 54 of file Core/StdAfx.h.

#define _NOTHREADS

Definition at line 67 of file Core/StdAfx.h.

#define _SECURE_ATL   1

Definition at line 16 of file Core/StdAfx.h.

Definition at line 8 of file Core/StdAfx.h.

#define ASSERT   ATLASSERT

Definition at line 70 of file Core/StdAfx.h.

Definition at line 75 of file Core/StdAfx.h.

#define LIBID_MGACoreLib   __uuidof(__MGACoreLib)

Definition at line 76 of file Core/StdAfx.h.

#define VC_EXTRALEAN

Definition at line 20 of file Core/StdAfx.h.


Function Documentation

HRESULT check_location_compatibility ( ICoreMetaObject newobj,
ICoreMetaObject oldobj 
)

Definition at line 332 of file Core.cpp.

Definition at line 349 of file Core.cpp.

HRESULT check_location_compatibility ( ICoreObject newobj,
ICoreObject oldobj 
)

Definition at line 359 of file Core.cpp.

HRESULT check_location_compatibility ( ICoreAttribute newobj,
ICoreAttribute oldobj 
)

Definition at line 376 of file Core.cpp.


Variable Documentation

CComModule _Module

Definition at line 18 of file DecoratorApp.cpp.