00001 // This file's extension implies that it's C, but it's really -*- C++ -*-. 00002 // $Id: AuxStoreStandalone.h 597621 2014-05-18 04:19:29Z ssnyder $ 00011 #ifndef ATHCONTAINERS_AUXSTORESTANDALONE_H 00012 #define ATHCONTAINERS_AUXSTORESTANDALONE_H 00013 00014 00015 #include "AthContainers/AuxStoreInternal.h" 00016 00017 00018 namespace SG { 00019 00020 00034 class AuxStoreStandalone 00035 : public AuxStoreInternal 00036 { 00037 public: 00041 AuxStoreStandalone(); 00042 }; 00043 00044 00045 } // namespace SG 00046 00047 00048 #endif // not ATHCONTAINERS_AUXSTORESTANDALONE_H