Skip to content

Commit

Permalink
Merge pull request #26 from zhaohuaxishi/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Thomas-Sparber authored Apr 19, 2023
2 parents 3443df4 + 21d4a4d commit 564bbbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ WMI classes, but it is also very easy to add more of them. All you need to do is
* is not member of cimv2. In such a case, this function needs
* to return the root for this WMI class
**/
/*static std::string getWmiClassName()
/*static std::string getWmiPath()
{
return "not cimv2";
}*/
Expand All @@ -90,4 +90,4 @@ WMI classes, but it is also very easy to add more of them. All you need to do is
}; //end struct Win32_ComputerSystem
```
These two functions are the only requirements your class needs to have.
These two functions are the only requirements your class needs to have.

0 comments on commit 564bbbb

Please sign in to comment.