Skip to content
Snippets Groups Projects
Commit 4498a53a authored by Charles Leggett's avatar Charles Leggett Committed by Graeme Stewart
Browse files

remove ifdef ATHENAHIVE (SGTools-00-27-35)

	* remove ifdef ATHENAHIVE
	* tag SGTools-00-27-35

M       SGTools/SGVersionedKey.h
parent b3fe971c
No related branches found
No related tags found
No related merge requests found
...@@ -30,9 +30,7 @@ namespace SG { ...@@ -30,9 +30,7 @@ namespace SG {
**/ **/
class VersionedKey { class VersionedKey {
friend class ::StoreGateSvc; //call copyVK friend class ::StoreGateSvc; //call copyVK
#ifdef ATHENAHIVE
friend class ::SGImplSvc; //call copyVK friend class ::SGImplSvc; //call copyVK
#endif
public: public:
///quickly determine whether a string has the right format to be a VK ///quickly determine whether a string has the right format to be a VK
static bool isVersionedKey(const char *); static bool isVersionedKey(const char *);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment