[openrtm-commit:00023] r2077 - trunk/OpenRTM-aist/src/lib/rtm
openrtm at openrtm.org
openrtm at openrtm.org
Fri Apr 29 21:43:34 JST 2011
Author: n-ando
Date: 2011-04-29 21:43:34 +0900 (Fri, 29 Apr 2011)
New Revision: 2077
Modified:
trunk/OpenRTM-aist/src/lib/rtm/ModuleManager.h
Log:
ModuleManager's document confliction has been solved. refs #1803
allowAbsolutePath should be manager.modules.abs_path_allowd in comment.
Modified: trunk/OpenRTM-aist/src/lib/rtm/ModuleManager.h
===================================================================
--- trunk/OpenRTM-aist/src/lib/rtm/ModuleManager.h 2011-04-29 12:39:11 UTC (rev 2076)
+++ trunk/OpenRTM-aist/src/lib/rtm/ModuleManager.h 2011-04-29 12:43:34 UTC (rev 2077)
@@ -267,7 +267,7 @@
* the load module can be specified with URL.
*
* The file_name can be specified by the absolute path.
- * If manager.modules.allowAbsolutePath is no, module of file_name
+ * If manager.modules.abs_path_allowed is no, module of file_name
* will be searched from the default module load path and loaded.
*
* @param file_name The target module name for the loading
More information about the openrtm-commit
mailing list