00001 // Copyright 2009-2010 Sandia Corporation. Under the terms 00002 // of Contract DE-AC04-94AL85000 with Sandia Corporation, the U.S. 00003 // Government retains certain rights in this software. 00004 // 00005 // Copyright (c) 2009-2010, Sandia Corporation 00006 // All rights reserved. 00007 // 00008 // This file is part of the SST software package. For license 00009 // information, see the LICENSE file in the top level directory of the 00010 // distribution. 00011 00012 00013 #ifndef SST_CLOCKHANDLER_H 00014 #define SST_CLOCKHANDLER_H 00015 00016 #include <sst/core/sst.h> 00017 #include <sst/core/eventFunctor.h> 00018 00019 namespace SST { 00020 00021 typedef EventHandlerBase< bool, Cycle_t > ClockHandler_t; 00022 00023 // class ClockHandler { 00024 // private: 00025 // Component* component; 00026 00027 00028 // } 00029 00030 00031 } // namespace SST 00032 00033 #endif // SST_CLOCKHANDLER_H