26 #ifndef __APICHARACTERDB_H_INCL__ 
   27 #define __APICHARACTERDB_H_INCL__ 
   47         std::vector<std::string> & skillLevelList, std::vector<std::string> & skillPublishedList);
 
   84         std::vector<std::string> & levelList, std::vector<std::string> & rankList, std::vector<std::string> & skillIdList,
 
   85         std::vector<std::string> & primaryAttrList, std::vector<std::string> & secondaryAttrList, std::vector<std::string> & skillPointsTrainedList);
 
  127 #endif    //__APICHARACTERDB_H_INCL__ 
bool GetCharacterCertificates(uint32 characterID, std::vector< std::string > &certList)
NOT DEFINED YET. 
 
bool GetCharacterCorporationRoles(uint32 characterID, std::string roleType, std::map< std::string, std::string > &roleList)
NOT DEFINED YET. 
 
bool GetCharacterInfo(uint32 characterID, std::vector< std::string > &charInfoList)
? 
 
bool GetCharacterImplants(uint32 characterID, std::map< std::string, std::string > &implantList)
NOT DEFINED YET. 
 
bool GetCharacterSkillQueue(uint32 characterID, std::vector< std::string > &orderList, std::vector< std::string > &typeIdList, std::vector< std::string > &levelList, std::vector< std::string > &rankList, std::vector< std::string > &skillIdList, std::vector< std::string > &primaryAttrList, std::vector< std::string > &secondaryAttrList, std::vector< std::string > &skillPointsTrainedList)
? 
 
bool GetCharacterAttributes(uint32 characterID, std::map< std::string, std::string > &attribList)
? 
 
bool GetCharacterSkillsTrained(uint32 characterID, std::vector< std::string > &skillTypeIDList, std::vector< std::string > &skillPointsList, std::vector< std::string > &skillLevelList, std::vector< std::string > &skillPublishedList)
?