//---------------------------------------------------------------------------- // // Copyright (C) 2003 Intel Corporation // // File: NameValuePairs.h // // Contents: // //---------------------------------------------------------------------------- #ifndef _NAMEVALUEPAIRS_H #define _NAMEVALUEPAIRS_H 1 #include #include #include namespace Intel { namespace WSManagement { // type for holding selectors. typedef std::map NameValuePairs; typedef std::map::const_iterator PairsIterator; }// namespace WSManagement }// namespace Intel #endif // _NAMEVALUEPAIRS_H