MDriveMap Class Reference
Class holding a Windows static drive mapping entry. More...
Public Types | |
| enum | kDriveMappingsConnectionPolicies { kOnServiceStartup, kOnJobStartup } |
| enum | kDriveMappingsDisconnectionPolicies { kOnServiceShutdown, kOnJobEnd, kOnNever } |
Public Member Functions | |
| int | getConnectionPolicy () |
| int | getDisconnectionPolicy () |
| std::string | getDrive () |
| std::string | getPath () |
| MDriveMap (const MDriveMap &src) | |
| MDriveMap & | operator= (const MDriveMap &src) |
| void | setConnectionPolicy (int) |
| void | setDisconnectionPolicy (int) |
| void | setDrive (const std::string &) |
| void | setPath (const std::string &) |
Static Public Member Functions | |
| static std::string | Marshall (const std::vector< MDriveMap > &list) |
| static std::vector< MDriveMap > | Unmarshall (const std::string &) |
Detailed Description
Class holding a Windows static drive mapping entry.
Holds data related to a Windows static drive mapping entry
Definition at line 62 of file MDriveMap.h.
The documentation for this class was generated from the following file:
- MClientLib/MDriveMap.h
