Resolve/C++ Catalog
CI/Unique_Id_Generator/1_C.h
Copyright © 2010, Reusable Software Research Group, The Ohio State University

//  /*-------------------------------------------------------------------*\
//  |   Concrete Instance : Unique_Id_Generator_1_C
//  \*-------------------------------------------------------------------*/

#ifndef CI_UNIQUE_ID_GENERATOR_1_C
#define CI_UNIQUE_ID_GENERATOR_1_C 1

///---------------------------------------------------------------------
/// Global Context -----------------------------------------------------
///---------------------------------------------------------------------

#include "CT/Unique_Id_Generator/Kernel_1_C.h"

///---------------------------------------------------------------------
/// Interface ----------------------------------------------------------
///---------------------------------------------------------------------

concrete_instance
class Unique_Id_Generator_1_C :
    instantiates
	Unique_Id_Generator_Kernel_1_C <>
{};

//----------------------------------------------------------------------

#endif // CI_UNIQUE_ID_GENERATOR_1_C

Last modified: Thu Jan 11 17:05:57 EST 2007