Esempio n. 1
0
OsDirLinux::OsDirLinux(const OsPathLinux& pathname) :
OsDirBase(pathname.data())
{
}
Esempio n. 2
0
// Copy constructor
OsPathLinux::OsPathLinux(const OsPathLinux& rOsPath)
{
    *this = rOsPath.data();
}