コード例 #1
0
ファイル: util.cpp プロジェクト: mariusroets/Audit-Agent
 std::string getMachineName()
 {
     Asset *a = (Asset *)Info::Factory(Info::Asset);
     a->read();
     return a->machineName();
 }