|
|
От: | Константин Л. | |
| Дата: | 12.04.06 10:13 | ||
| Оценка: | |||
class MetadataType
{
MetadataType();
MetadataType( const MetadataType& );
MetadataType& operator =( const MetadataType& );
public:
enum Enum
{
CompanySymbol,
CompanyName,
Industry,
Keyword,
Other
};
};