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