00001 /* 00002 * Copyright (c) 2000, University of Amsterdam, The Netherlands. 00003 * All rights reserved. 00004 * 00005 * 00006 * Author(s): 00007 * Dennis Koelma (koelma@wins.uva.nl) 00008 */ 00009 00010 #ifndef HxNJetRepository_h 00011 #define HxNJetRepository_h 00012 00013 00014 #include "HxNJet.h" 00015 #include "HxRepositoryTem.h" 00016 00017 class HxNJetRepository : public HxRepositoryTem<HxNJet> 00018 { 00019 public: 00020 static HxNJetRepository& instance(); 00021 00022 private: 00023 HxNJetRepository(); 00024 }; 00025 00026 00027 #endif