瀏覽代碼

Adapted documentation. Currently the remove() function does not modify the object on the server

Andreas Fetzer 10 年之前
父節點
當前提交
47dabdfa12
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Libs/XNAT/Core/ctkXnatObject.h

+ 1 - 1
Libs/XNAT/Core/ctkXnatObject.h

@@ -100,7 +100,7 @@ public:
   /// Adds an object to the children of the current one.
   /// Adds an object to the children of the current one.
   void add(ctkXnatObject* child);
   void add(ctkXnatObject* child);
 
 
-  /// Removes the object from the children of the current object and removes it from the XNAT server.
+  /// Removes the object from the children of the current object.
   void remove(ctkXnatObject* child);
   void remove(ctkXnatObject* child);
 
 
   /// Tells if the children and the properties of the objects have been fetched.
   /// Tells if the children and the properties of the objects have been fetched.