Index: src/common/ipcstructs.h =================================================================== diff -u -N -rb165add706c4fab9d783f0564b1dd398492da491 -r306fbe693c70290af9de9a5779084a697de22d75 --- src/common/ipcstructs.h (.../ipcstructs.h) (revision b165add706c4fab9d783f0564b1dd398492da491) +++ src/common/ipcstructs.h (.../ipcstructs.h) (revision 306fbe693c70290af9de9a5779084a697de22d75) @@ -19,32 +19,12 @@ #ifndef __SHAREDDATA_H__ #define __SHAREDDATA_H__ -#include - // messages used -#define WM_GETCONFIG WM_USER+20 - enum ECopyDataType { eCDType_TaskDefinitionContent, eCDType_TaskDefinitionContentSpecial, eCDType_CommandLineArguments, }; -enum ELocation -{ - eLocation_DragAndDropMenu, - eLocation_ContextMenu -}; - -namespace IPCSupport -{ - static std::wstring GenerateSHMName(unsigned long ulRequestID) - { - std::wstring wstrName = _T("CHExtSHM_"); - wstrName += boost::lexical_cast(ulRequestID); - return wstrName; - } -} - #endif