Index: src/libchcore/TSubTaskContext.h =================================================================== diff -u -N -r7d59ab9183c933f2fc2682a95fb5d26cf2f952d7 -r11b0a299be97bc3afaa633d6522c17b214ba3b79 --- src/libchcore/TSubTaskContext.h (.../TSubTaskContext.h) (revision 7d59ab9183c933f2fc2682a95fb5d26cf2f952d7) +++ src/libchcore/TSubTaskContext.h (.../TSubTaskContext.h) (revision 11b0a299be97bc3afaa633d6522c17b214ba3b79) @@ -58,8 +58,8 @@ TConfig& GetConfig(); const TConfig& GetConfig() const; - chcore::EOperationType GetOperationType() const; - void SetOperationType(chcore::EOperationType eOperationType); + EOperationType GetOperationType() const; + void SetOperationType(EOperationType eOperationType); TBasePathDataContainerPtr GetBasePaths() const;