(file) Return to MultithreadingSampleProviderR.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / test / TestProviders / MultithreadingTests

File: [Pegasus] / pegasus / test / TestProviders / MultithreadingTests / MultithreadingSampleProviderR.mof (download)
Revision: 1.1.28.1, Fri Feb 10 16:17:32 2006 UTC (18 years, 4 months ago) by a.dunfey
Branch: PEP233_EmbeddedInstSupport-branch
Changes since 1.1: +1 -1 lines
PEP#: 233
TITLE: Updated Embedded Instance Support branch

DESCRIPTION:

- Merged with latest code from 2.5.1

- Modified ObjectNormalizer to use a CIMOMHandle instead of the repository and to normalize the instances in an embedded instance property.

#pragma locale ("en_US")
instance of PG_ProviderModule 
{
    Description = "Instance Provider for the MultithreadingSampleClass";
    Caption = "Instance Provider for the Multithreading Sample";
    Name = "MultithreadingSampleProviderModule";
    Vendor = "OpenPegasus";
    Version = "1.0";
    InterfaceType = "C++Default";
    InterfaceVersion = "2.1.0";
    Location = "MultithreadingSampleProvider";
};

instance of PG_Provider
{
    ProviderModuleName = "MultithreadingSampleProviderModule";
    Name = "MultithreadingSampleProvider";
};

instance of PG_ProviderCapabilities
{
    ProviderModuleName = "MultithreadingSampleProviderModule";
    ProviderName = "MultithreadingSampleProvider";
    CapabilityID = "MultithreadingSampleProvider";
    ClassName = "ThreadSampleOne";
    Namespaces = { "root/SampleProvider" };
    ProviderType = { 2 };
    SupportedProperties = NULL;
    SupportedMethods = NULL;
};

instance of PG_ProviderCapabilities
{
    ProviderModuleName = "MultithreadingSampleProviderModule";
    ProviderName = "MultithreadingSampleProvider";
    CapabilityID = "MultithreadingSampleProvider";
    ClassName = "ThreadSampleTwo";
    Namespaces = { "root/SampleProvider" };
    ProviderType = { 2 };
    SupportedProperties = NULL;
    SupportedMethods = NULL;
};

instance of PG_ProviderCapabilities
{
    ProviderModuleName = "MultithreadSampleProviderModule";
    ProviderName = "MultithreadSampleProvider";
    CapabilityID = "MultithreadSampleProvider";
    ClassName = "ThreadSampleThree";
    Namespaces = { "root/SampleProvider" };
    ProviderType = { 2 };
    SupportedProperties = NULL;
    SupportedMethods = NULL;
};

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2