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

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

#ifndef CI_ID_NAME_TABLE_2_C
#define CI_ID_NAME_TABLE_2_C 1

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

#include "CT/Id_Name_Table/Kernel_2_C.h"

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

concrete_instance
class Id_Name_Table_2_C :
    instantiates
	Id_Name_Table_Kernel_2_C <>
{};

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

#endif // CI_ID_NAME_TABLE_2_C

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