Example #1
0
 std::string getMachineName()
 {
     Asset *a = (Asset *)Info::Factory(Info::Asset);
     a->read();
     return a->machineName();
 }