#ifndef __EVGUIDS_H
#define __EVGUIDS_H

//
// Named GUID constants initializations
//
extern "C" const GUID __declspec(selectany) DIID_ksObject2DNotify =
    {0x2e29c343,0xc521,0x4b0f,{0xb3,0x7d,0x58,0x7d,0x03,0x47,0xb7,0xba}};
extern "C" const GUID __declspec(selectany) DIID_ksObject2DNotifyResult =
    {0x1fe1eb28,0xcd28,0x4700,{0x8e,0x46,0x25,0xcc,0xfe,0x9c,0x0e,0xc8}};
extern "C" const GUID __declspec(selectany) DIID_ksDocument2DNotify =
    {0x13f0be95,0x3361,0x4ad9,{0x90,0xaf,0xd9,0x35,0xea,0x64,0xa1,0x27}};
extern "C" const GUID __declspec(selectany) DIID_ksDocument3DNotify =
    {0xb6c1bcfd,0x68da,0x4a0a,{0xa9,0x5c,0x29,0x60,0x84,0xc6,0xa0,0x1a}};
extern "C" const GUID __declspec(selectany) DIID_ksObject3DNotify =
    {0xbfa024b6,0x679e,0x4a95,{0xb6,0xc2,0x1e,0xa4,0x7a,0x7c,0xd0,0xe9}};
extern "C" const GUID __declspec(selectany) DIID_ksObject3DNotifyResult =
    {0x9c3ecc92,0xe72f,0x4892,{0x89,0x21,0x78,0x86,0xf3,0x4c,0xa9,0xad}};
extern "C" const GUID __declspec(selectany) DIID_ksKompasObjectNotify =
    {0xc7cb743a,0xc59d,0x4c27,{0x8c,0xb6,0x97,0x1c,0x2a,0x39,0x3f,0x2f}};
extern "C" const GUID __declspec(selectany) DIID_ksDocumentFileNotify =
    {0x324c1a45,0x67ad,0x41fb,{0xbe,0x57,0x62,0x4f,0x93,0x06,0x46,0xf1}};
extern "C" const GUID __declspec(selectany) DIID_ksStampNotify =
    {0x404e7d5a,0xa13f,0x4cff,{0x82,0x14,0xfe,0xa7,0x01,0x21,0x10,0xcb}};
extern "C" const GUID __declspec(selectany) DIID_ksSpcDocumentNotify =
    {0x1bd030f4,0x4058,0x4a86,{0x9f,0x4f,0x1a,0xee,0xf8,0xbe,0x8d,0x23}};
extern "C" const GUID __declspec(selectany) DIID_ksSpcObjectNotify =
    {0xac5004d1,0xc240,0x41fc,{0xab,0x84,0x7e,0xb5,0xc7,0x93,0xae,0x7f}};
extern "C" const GUID __declspec(selectany) DIID_ksSpecificationNotify =
    {0x0331ab4b,0xf25b,0x4eb9,{0x9c,0x8a,0xbf,0xea,0x41,0x4e,0x38,0x22}};
extern "C" const GUID __declspec(selectany) DIID_ksSelectionMngNotify =
    {0xa421368a,0x34b6,0x4ddf,{0x9a,0x52,0x73,0xb3,0x48,0x8e,0xe8,0x3f}};
extern "C" const GUID __declspec(selectany) DIID_ksDocument3DNotifyResult =
    {0x9f88caaa,0xa50f,0x46f4,{0x90,0x4a,0x84,0x6c,0x79,0x2f,0xa6,0x49}};


#endif