Update of /cvsroot/objecthandler/ObjectHandler/gensrc/metadata
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv31805/gensrc/metadata
Modified Files:
functions.xml
Log Message:
cleaner syntax for supported platforms
Index: functions.xml
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/gensrc/metadata/functions.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** functions.xml 17 Jul 2006 10:11:39 -0000 1.12
--- functions.xml 29 Jul 2006 15:15:28 -0000 1.13
***************
*** 8,13 ****
<Procedure name='ohVersion'>
<description>returns the version number of ObjectHandler</description>
- <!--platforms>CGO</platforms-->
<alias>ObjHandler::version</alias>
<ParameterList>
<Parameters/>
--- 8,15 ----
<Procedure name='ohVersion'>
<description>returns the version number of ObjectHandler</description>
<alias>ObjHandler::version</alias>
+ <supportedPlatforms>
+ <supportedPlatform>excel</supportedPlatform>
+ </supportedPlatforms>
<ParameterList>
<Parameters/>
***************
*** 21,26 ****
<Procedure name='ohObjectCount'>
<description>#/objects in repository</description>
- <!--platforms>CGO</platforms-->
<alias>ObjHandler::ObjectHandlerXL::instance().objectCount</alias>
<ParameterList>
<Parameters/>
--- 23,30 ----
<Procedure name='ohObjectCount'>
<description>#/objects in repository</description>
<alias>ObjHandler::ObjectHandlerXL::instance().objectCount</alias>
+ <supportedPlatforms>
+ <supportedPlatform>excel</supportedPlatform>
+ </supportedPlatforms>
<ParameterList>
<Parameters/>
***************
*** 34,39 ****
<Procedure name='ohListObjectIDs'>
<description>list the IDs of objects in repository matching regex</description>
- <!--platforms>CGO</platforms-->
<alias>ObjHandler::ObjectHandlerXL::instance().listObjectIDs</alias>
<ParameterList>
<Parameters>
--- 38,45 ----
<Procedure name='ohListObjectIDs'>
<description>list the IDs of objects in repository matching regex</description>
<alias>ObjHandler::ObjectHandlerXL::instance().listObjectIDs</alias>
+ <supportedPlatforms>
+ <supportedPlatform>excel</supportedPlatform>
+ </supportedPlatforms>
<ParameterList>
<Parameters>
***************
*** 53,58 ****
<Member name='ohPropertyNames' objectClass='Object'>
<description>retrieve the property names of a given object</description>
- <!--platforms>CGO</platforms-->
<libraryFunction>propertyNames</libraryFunction>
<ParameterList>
<Parameters/>
--- 59,66 ----
<Member name='ohPropertyNames' objectClass='Object'>
<description>retrieve the property names of a given object</description>
<libraryFunction>propertyNames</libraryFunction>
+ <supportedPlatforms>
+ <supportedPlatform>excel</supportedPlatform>
+ </supportedPlatforms>
<ParameterList>
<Parameters/>
***************
*** 66,71 ****
<Member name='ohPropertyValue' objectClass='Object' dependencyTrigger='true'>
<description>retrieve the value of a named property</description>
- <!--platforms>CGO</platforms-->
<libraryFunction>propertyValue</libraryFunction>
<ParameterList>
<Parameters>
--- 74,81 ----
<Member name='ohPropertyValue' objectClass='Object' dependencyTrigger='true'>
<description>retrieve the value of a named property</description>
<libraryFunction>propertyValue</libraryFunction>
+ <supportedPlatforms>
+ <supportedPlatform>excel</supportedPlatform>
+ </supportedPlatforms>
<ParameterList>
<Parameters>
***************
*** 85,90 ****
<Procedure name='ohDeleteObject'>
<description>delete object from repository</description>
- <!--platforms>CGO</platforms-->
<alias>ObjHandler::ObjectHandlerXL::instance().deleteObject</alias>
<ParameterList>
<Parameters>
--- 95,102 ----
<Procedure name='ohDeleteObject'>
<description>delete object from repository</description>
<alias>ObjHandler::ObjectHandlerXL::instance().deleteObject</alias>
+ <supportedPlatforms>
+ <supportedPlatform>excel</supportedPlatform>
+ </supportedPlatforms>
<ParameterList>
<Parameters>
***************
*** 104,109 ****
<Procedure name='ohDeleteAllObjects'>
<description>delete all objects from repository</description>
- <!--platforms>CGO</platforms-->
<alias>ObjHandler::ObjectHandlerXL::instance().deleteAllObjects</alias>
<ParameterList>
<Parameters>
--- 116,123 ----
<Procedure name='ohDeleteAllObjects'>
<description>delete all objects from repository</description>
<alias>ObjHandler::ObjectHandlerXL::instance().deleteAllObjects</alias>
+ <supportedPlatforms>
+ <supportedPlatform>excel</supportedPlatform>
+ </supportedPlatforms>
<ParameterList>
<Parameters>
***************
*** 123,128 ****
<Procedure name='ohDependsOn'>
<description>forces a dependency between two functions and returns the update counter</description>
- <!--platforms>D</platforms-->
<alias>ObjHandler::dependsOn</alias>
<ParameterList>
<Parameters>
--- 137,144 ----
<Procedure name='ohDependsOn'>
<description>forces a dependency between two functions and returns the update counter</description>
<alias>ObjHandler::dependsOn</alias>
+ <supportedPlatforms>
+ <supportedPlatform>excel</supportedPlatform>
+ </supportedPlatforms>
<ParameterList>
<Parameters>
***************
*** 187,192 ****
<Procedure name='ohSetLogFile'>
<description>begin logging to named file</description>
- <!--platforms>CGO</platforms-->
<alias>ObjHandler::setLogFile</alias>
<ParameterList>
<Parameters>
--- 203,210 ----
<Procedure name='ohSetLogFile'>
<description>begin logging to named file</description>
<alias>ObjHandler::setLogFile</alias>
+ <supportedPlatforms>
+ <supportedPlatform>excel</supportedPlatform>
+ </supportedPlatforms>
<ParameterList>
<Parameters>
***************
*** 211,216 ****
<Procedure name='ohSetLogLevel'>
<description>set threshold for log messages</description>
- <!--platforms>CGO</platforms-->
<alias>ObjHandler::setLogLevel</alias>
<ParameterList>
<Parameters>
--- 229,236 ----
<Procedure name='ohSetLogLevel'>
<description>set threshold for log messages</description>
<alias>ObjHandler::setLogLevel</alias>
+ <supportedPlatforms>
+ <supportedPlatform>excel</supportedPlatform>
+ </supportedPlatforms>
<ParameterList>
<Parameters>
***************
*** 231,236 ****
<Procedure name='ohLogMessage'>
<description>log a message</description>
- <!--platforms>CGO</platforms-->
<alias>ObjHandler::logMessage</alias>
<ParameterList>
<Parameters>
--- 251,258 ----
<Procedure name='ohLogMessage'>
<description>log a message</description>
<alias>ObjHandler::logMessage</alias>
+ <supportedPlatforms>
+ <supportedPlatform>excel</supportedPlatform>
+ </supportedPlatforms>
<ParameterList>
<Parameters>
***************
*** 256,261 ****
<Procedure name='ohLogObject'>
<description>write object description to log file</description>
- <!--platforms>CGO</platforms-->
<alias>ObjHandler::logObject</alias>
<ParameterList>
<Parameters>
--- 278,285 ----
<Procedure name='ohLogObject'>
<description>write object description to log file</description>
<alias>ObjHandler::logObject</alias>
+ <supportedPlatforms>
+ <supportedPlatform>excel</supportedPlatform>
+ </supportedPlatforms>
<ParameterList>
<Parameters>
***************
*** 275,280 ****
<Procedure name='ohLogAllObjects'>
<description>write all object descriptions to log file</description>
- <!--platforms>CGO</platforms-->
<alias>ObjHandler::logAllObjects</alias>
<ParameterList>
<Parameters/>
--- 299,306 ----
<Procedure name='ohLogAllObjects'>
<description>write all object descriptions to log file</description>
<alias>ObjHandler::logAllObjects</alias>
+ <supportedPlatforms>
+ <supportedPlatform>excel</supportedPlatform>
+ </supportedPlatforms>
<ParameterList>
<Parameters/>
***************
*** 288,293 ****
<!--Procedure name='ohSetConsole'>
<description>fork output to stdout</description>
- <platforms>CG</platforms>
<alias>ObjHandler::setConsole</alias>
<ParameterList>
<Parameters>
--- 314,321 ----
<!--Procedure name='ohSetConsole'>
<description>fork output to stdout</description>
<alias>ObjHandler::setConsole</alias>
+ <supportedPlatforms>
+ <supportedPlatform>excel</supportedPlatform>
+ </supportedPlatforms>
<ParameterList>
<Parameters>
***************
*** 312,316 ****
<!--Procedure name='ohGetGcEnabled'>
<description>get value of ObjectHandler garbage collection flag</description>
! <platforms>D</platforms>
<ParameterList>
<Parameters/>
--- 340,346 ----
<!--Procedure name='ohGetGcEnabled'>
<description>get value of ObjectHandler garbage collection flag</description>
! <supportedPlatforms>
! <supportedPlatform>excel</supportedPlatform>
! </supportedPlatforms>
<ParameterList>
<Parameters/>
***************
*** 324,328 ****
<Procedure name='ohSetGcEnabled'>
<description>set value of ObjectHandler garbage collection flag</description>
! <platforms>D</platforms>
<ParameterList>
<Parameters>
--- 354,360 ----
<Procedure name='ohSetGcEnabled'>
<description>set value of ObjectHandler garbage collection flag</description>
! <supportedPlatforms>
! <supportedPlatform>excel</supportedPlatform>
! </supportedPlatforms>
<ParameterList>
<Parameters>
***************
*** 342,347 ****
<Procedure name='ohCallGC'>
<description>delete orphaned objects from repository</description>
- <!--platforms>D</platforms-->
<alias>ObjHandler::ObjectHandlerXL::instance().collectGarbage</alias>
<ParameterList>
<Parameters>
--- 374,381 ----
<Procedure name='ohCallGC'>
<description>delete orphaned objects from repository</description>
<alias>ObjHandler::ObjectHandlerXL::instance().collectGarbage</alias>
+ <supportedPlatforms>
+ <supportedPlatform>excel</supportedPlatform>
+ </supportedPlatforms>
<ParameterList>
<Parameters>
***************
*** 362,365 ****
--- 396,402 ----
<description>return last error message</description>
<alias>ObjHandler::ObjectHandler::instance().lastErrorMessage</alias>
+ <supportedPlatforms>
+ <supportedPlatform>excel</supportedPlatform>
+ </supportedPlatforms>
<ParameterList>
<Parameters/>
|