src/Tools/DSN/DSNAttributes.h

Go to the documentation of this file.
00001 #pragma once
00002 
00004 class DSNAttributes
00005 {
00006 private:
00007     std::vector<std::wstring> _attributes;
00008 public:
00009     DSNAttributes();
00011     void Add(const std::wstring& namevaluepair);
00013     void AddRange(const std::vector<std::wstring>& namevaluepairs);
00015     std::wstring GetAttributes() const;
00016 };


© Application Security Inc. - All Rights Reserved http://msiext.codeplex.com