Index: src/libchcore/TSubTaskContext.cpp =================================================================== diff -u -N -r7d59ab9183c933f2fc2682a95fb5d26cf2f952d7 -r11b0a299be97bc3afaa633d6522c17b214ba3b79 --- src/libchcore/TSubTaskContext.cpp (.../TSubTaskContext.cpp) (revision 7d59ab9183c933f2fc2682a95fb5d26cf2f952d7) +++ src/libchcore/TSubTaskContext.cpp (.../TSubTaskContext.cpp) (revision 11b0a299be97bc3afaa633d6522c17b214ba3b79) @@ -58,12 +58,12 @@ return m_rConfig; } -chcore::EOperationType TSubTaskContext::GetOperationType() const +EOperationType TSubTaskContext::GetOperationType() const { return m_eOperationType; } -void TSubTaskContext::SetOperationType(chcore::EOperationType eOperationType) +void TSubTaskContext::SetOperationType(EOperationType eOperationType) { m_eOperationType = eOperationType; } @@ -83,7 +83,7 @@ return m_tFilesCache; } -chcore::TSmartPath TSubTaskContext::GetDestinationPath() const +TSmartPath TSubTaskContext::GetDestinationPath() const { return m_pathDestination; }