(file) Return to MyArrayPropertiesArrayQualsClass.c CVS log (file) (dir) Up to [OMI] / omi / samples / Providers / Test_SchemaRetrieval

File: [OMI] / omi / samples / Providers / Test_SchemaRetrieval / MyArrayPropertiesArrayQualsClass.c (download)
Revision: 1.1, Mon Apr 20 17:20:05 2015 UTC (9 years, 2 months ago) by krisbash
Branch: MAIN
CVS Tags: OMI_1_0_8_2, OMI_1_0_8_1, HEAD
OMI 1.0.8-1

/* @migen@ */
#include <MI.h>
#include "MyArrayPropertiesArrayQualsClass.h"

void MI_CALL MyArrayPropertiesArrayQualsClass_Load(
    MyArrayPropertiesArrayQualsClass_Self** self,
    MI_Module_Self* selfModule,
    MI_Context* context)
{
    *self = NULL;
    MI_PostResult(context, MI_RESULT_OK);
}

void MI_CALL MyArrayPropertiesArrayQualsClass_Unload(
    MyArrayPropertiesArrayQualsClass_Self* self,
    MI_Context* context)
{
    MI_PostResult(context, MI_RESULT_OK);
}


ViewCVS 0.9.2