//--------------------------------------------------------------------------- #ifndef AktiivilomakeEsimerkkiProj1_ATLH #define AktiivilomakeEsimerkkiProj1_ATLH // Check if we're using ATLVCL // #if defined(USING_ATLVCL) // To get declaration of _Module // #include #elif defined(USING_ATL) // Light-weight ATL support // #include // _ASSERTE #include // NOTE: You may derive a class from TComModule and use it as your server's // module object. (i.e. Assign an instance of that class to _Module). // However, you must *NOT* change the name _Module. // extern CComModule _Module; #include #include #include #endif #endif // AktiivilomakeEsimerkkiProj1_ATLH