| Resolve/C++ Catalog |
|
| CI/Timer/1.h | |
| Copyright © 2010, Reusable Software Research Group, The Ohio State University |
// /*-------------------------------------------------------------------*\
// | Concrete Instance : Timer_1
// \*-------------------------------------------------------------------*/
#ifndef CI_TIMER_1
#define CI_TIMER_1 1
///---------------------------------------------------------------------
/// Global Context -----------------------------------------------------
///---------------------------------------------------------------------
#include "CT/Timer/Kernel_1.h"
///---------------------------------------------------------------------
/// Interface ----------------------------------------------------------
///---------------------------------------------------------------------
concrete_instance
class Timer_1 :
instantiates
Timer_Kernel_1 <>
{};
//----------------------------------------------------------------------
#endif // CI_TIMER_1