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