00001 00009 #ifndef __PKIFSTRING_H__ 00010 #define __PKIFSTRING_H__ 00011 00012 #include "PKIFdll.h" 00013 #include <string> 00014 #include <vector> 00015 00016 #include "boost/shared_ptr.hpp" 00017 #include "pkif_shared_ptr.hpp" 00018 //using namespace boost; 00019 00020 //define a smart pointer to a std::string 00021 typedef boost::shared_ptr<std::string> CPKIFStringPtr; 00022 typedef std::vector<CPKIFStringPtr> CPKIFStringArray; 00023 00024 #endif 00025