Revision 139ac1e8 trunk/Pithos.Core/Agents/WorkflowAgent.cs

b/trunk/Pithos.Core/Agents/WorkflowAgent.cs
145 145
                                                                      newInfo));                                
146 146
                                //TODO: Do I have to move children as well or will Pithos handle this?
147 147
                               //Need to find all children of the OLD filepath
148
                                MoveChildObjects(state);
148
                                //MoveChildObjects(state);
149 149
                                break;
150 150
                        }
151 151
                    }
......
160 160
            }
161 161
        }
162 162

  
163

  
163 164
        private void DeleteChildObjects(WorkflowState state, FileState fileState)
164 165
        {
165 166
            if (fileState != null)
......
175 176
            }
176 177
        }
177 178

  
178
        private void MoveChildObjects(WorkflowState state)
179
        /*private void MoveChildObjects(WorkflowState state)
179 180
        {
180 181
            var oldFileState = StatusKeeper.GetStateByFilePath(state.OldPath);
181 182
            if (oldFileState != null)
......
198 199
                                                          oldMoveInfo, newMoveInfo));
199 200
                }
200 201
            }
201
        }
202
        }*/
202 203

  
203 204

  
204 205
        //Starts interrupted files for a specific account

Also available in: Unified diff