create.inl

Go to the documentation of this file.
00001 /*  
00002  *      MAX_create_protocol.h - def_generics for the create MAX objects
00003  *
00004  *      see def_abstract_generics.h for more info.
00005  *
00006  *  
00007  *          Copyright � John Wainwright 1996
00008  *
00009  */
00010 #pragma warning(push)
00011 #pragma warning(disable:4100)
00012 
00013     def_generic(create, "create");
00014 
00015 #pragma warning(pop)