(file) Return to miextras.c CVS log (file) (dir) Up to [OMI] / omi / base

File: [OMI] / omi / base / miextras.c (download)
Revision: 1.1, Mon Apr 20 17:19:49 2015 UTC (9 years ago) by krisbash
Branch: MAIN
CVS Tags: OMI_1_0_8_2, OMI_1_0_8_1, HEAD
OMI 1.0.8-1

#include "miextras.h"
#include "instance.h"

MI_Result MI_CALL MI_Instance_Print(
    _In_ const MI_Instance* self,
    _In_ FILE* os,
    MI_Uint32 level)
{
    return Instance_Print(self, os, level, MI_TRUE, MI_FALSE);
}


MI_Result MI_CALL MI_Class_Print(
    _In_ const MI_Instance* self,
    _In_ FILE* os,
    MI_Uint32 level)
{
    return Instance_Print(self, os, level, MI_TRUE, MI_TRUE);
}


ViewCVS 0.9.2