(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, Tue Feb 17 15:16:59 2004 UTC (20 years, 4 months ago) by s.soni
Branch: MAIN
CVS Tags: pegasus25BeforeLicenseUpdate, STABLE, SLPPERFINST-root, SLPPERFINST-branch, RELEASE_2_5_0-RC1, RELEASE_2_5_0, RELEASE_2_4_FC_CANDIDATE_1, RELEASE_2_4_3, RELEASE_2_4_2, RELEASE_2_4_1-BETA3, RELEASE_2_4_1-BETA2, RELEASE_2_4_1-BETA1, RELEASE_2_4_1, RELEASE_2_4_0-RC3, RELEASE_2_4_0-RC2, RELEASE_2_4_0, RELEASE_2_4-root, RELEASE_2_4-branch, RELEASE_2_3_2-branch-freeze, PEP244_ServerProfile-root, PEP244_ServerProfile-branch, PEP233_EmbeddedInstSupport-root, PEP217_PRE_BRANCH, PEP217_POST_BRANCH, PEP217_BRANCH, PEP214ROOT, PEP214BRANCH, PEP214-root, PEP214-branch, PEP213_SIZE_OPTIMIZATIONS, PEP-214B-root, PEGASUS_2_5_0_PerformanceDev-string-end, PEGASUS_2_5_0_PerformanceDev-rootlt, PEGASUS_2_5_0_PerformanceDev-root, PEGASUS_2_5_0_PerformanceDev-r2, PEGASUS_2_5_0_PerformanceDev-r1, PEGASUS_2_5_0_PerformanceDev-lit-end, PEGASUS_2_5_0_PerformanceDev-buffer-end, PEGASUS_2_5_0_PerformanceDev-branch, PEGASUS_2_5_0_PerformanceDev-AtomicInt-branch, PEG25_IBM_5_16_05, NPEGASUS_2_5_0_PerformanceDev-String-root, NNPEGASUS_2_5_0_PerformanceDev-String-branch, MONITOR_CONSOLIDATION_2_5_BRANCH, IBM_241_April1405, CQL_2_5_BRANCH, CHUNKTESTDONE_PEP140, BUG_4225_PERFORMANCE_VERSION_1_DONE
Branch point for: PEP233_EmbeddedInstSupport-branch
Test provider for pegasus as explained in PEP#121

#pragma locale ("en_US")
instance of PG_ProviderModule 
{
    Description = "Instance Provider for the MultithreadingSampleClass";
    Caption = "Instance Provider for the Multithreading Sample";
    Name = "MultithreadingSampleProviderModule";
    Vendor = "Pegasus";
    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