![]() |
Phenom Programming Interface
|
00001 // 00002 // Discover.h 00003 // PhenomCtl 00004 // 00005 // Created by Sander Stoks on 11/25/11. 00006 // Copyright (c) 2011 Phenom World B.V. All rights reserved. 00007 // 00008 00009 #ifndef PhenomCtl_Discover_h 00010 #define PhenomCtl_Discover_h 00011 00012 #include <set> 00013 #include <string> 00014 00015 std::set<std::string> FindPhenoms(int timeOutInSeconds); 00016 00017 #endif