コード例 #1
0
ファイル: OsDirLinux.cpp プロジェクト: mranga/sipxecs
OsDirLinux::OsDirLinux(const OsPathLinux& pathname) :
OsDirBase(pathname.data())
{
}
コード例 #2
0
ファイル: OsPathLinux.cpp プロジェクト: ATHLSolutions/sipxecs
// Copy constructor
OsPathLinux::OsPathLinux(const OsPathLinux& rOsPath)
{
    *this = rOsPath.data();
}