00001 00018 #ifndef GETTEMPTAGS_H 00019 #define GETTEMPTAGS_H 00020 00021 #include "Registry/Registry.h" 00022 class MomNavigator; 00023 00024 #include <string> 00025 00026 namespace DataUtil { 00027 00038 const Registry* GetTempTags(const TObject* record); 00039 00050 std::string GetTempTagString(const TObject* record, std::string key); 00051 00052 } // namespace DataUtil 00053 00054 #endif // GETTEMPTAGS_H
1.3.9.1