All Frameworks Class Hierarchy This Framework Indexes
CATPDMBaseInterfaces Interface CATIPDMUnixNTMapping
Usage: you can freely reimplement this interface.
interface CATIPDMUnixNTMapping
Interface to implement to define a mapping between UNIX path and NT mount of this path
This interface has to be implemented on the late type : CATPdmUnixNtMapping
Method Index
- o
NtPathToUnix(CATUnicodeString,CATUnicodeString&)
- Method used while saving document to PDM to access Unix path for save.
- o
UnixPathToNTPath(CATUnicodeString,CATUnicodeString&)
- Method used while loading document from PDM, enabling to mapp a UNIX disc on NT
The implementation has to check that the disc is really mapped
Methods
- o NtPathToUnix
-
| public virtual NtPathToUnix( | | iNTPath, |
| | oUnixPath) |
-
Method used while saving document to PDM to access Unix path for save.
The environnement vairiable CATVpmTemp has to be valuated to descibe
where to save data, and NtPathToUnix is ised to transfer data on the right
server ....
will be used only if the environnement variable CATVpmTemp is valuated
- Parameters:
-
- iUnixPath
- Unix path
- oNTPath
- mapped NT path
- o UnixPathToNTPath
-
| public virtual UnixPathToNTPath( | | iUnixPath, |
| | oNTPath) |
-
Method used while loading document from PDM, enabling to mapp a UNIX disc on NT
The implementation has to check that the disc is really mapped
- Parameters:
-
- iUnixPath
- Unix path
- oNTPath
- mapped NT path
This object is included in the file: CATIPDMUnixNTMapping.h
If needed, your Imakefile.mk should include the module: CATPDMBaseItf