All Frameworks Class Hierarchy This Framework Indexes
DMAPSInterfaces Interface CATISPPActivityRoot
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATISPPActivityRoot
Interface to manage specific fonctionnalities for process root.
Method Index
- o
AddLibraryToUse(SEQUENCE(octet)&)
- Adds a path to library in the list of libraries associated to the process.
- o
AddLibraryToUse(CATUnicodeString&)
- Adds a path to library in the list of libraries associated to the process.
- o
GetListOfLibraryContainer()
- Returns list of libraries containers associated to the process.
- o
GetListOfLibraryPath()
- Returns list of paths to libraries associated to the process.
Methods
o AddLibraryToUse
| public virtual AddLibraryToUse( | const | iDocSymlink) |
-
Adds a path to library in the list of libraries associated to the process.
- Returns:
- Handler on the the libray container
o AddLibraryToUse
| public virtual AddLibraryToUse( | const | iLibraryName) |
-
Adds a path to library in the list of libraries associated to the process.
- Returns:
- Handler on the the libray container
o GetListOfLibraryContainer
| public virtual GetListOfLibraryContainer( | ) |
-
Returns list of libraries containers associated to the process.
- Returns:
- List of handlers on the the libray container
o GetListOfLibraryPath
| public virtual GetListOfLibraryPath( | ) |
-
Returns list of paths to libraries associated to the process.
- Returns:
- List of paths
This object is included in the file: CATISPPActivityRoot.h
If needed, your Imakefile.mk should include the module: CATProcessInterfaces