Skip to content

Instantly share code, notes, and snippets.

@kovacshuni
Last active December 19, 2015 10:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kovacshuni/5939209 to your computer and use it in GitHub Desktop.
Save kovacshuni/5939209 to your computer and use it in GitHub Desktop.
Some modification.
bool Demarc::has(Port p) const throw() {
Mutex::Lock _l(_ports_m);
return (_ports.count(p));
}
@kovacshuni
Copy link
Author

Na ez nekem nem tetszik.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment