15 #ifndef __IPSDKCORE_COMPUTERINFOPOOLTYPES_H__ 16 #define __IPSDKCORE_COMPUTERINFOPOOLTYPES_H__ 19 #include <boost/shared_ptr.hpp> 20 #include <IPSDKUtil/Tools/Guid.h> 46 #endif // __IPSDKCORE_COMPUTERINFOPOOLTYPES_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
boost::shared_ptr< const RemoteComputerInfo > RemoteComputerInfoConstPtr
shared pointer to const remote computer informations
Definition: ComputerInfoPoolTypes.h:34
std::map< Guid, RemoteComputerInfoPtr > RemoteComputerInfoMap
Definition: ComputerInfoPoolTypes.h:38
boost::shared_ptr< RemoteComputerInfo > RemoteComputerInfoPtr
shared pointer to remote computer informations
Definition: ComputerInfoPoolTypes.h:25
Definition: RemoteComputerInfo.h:28