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

 1 s.soni 1.1 #pragma locale ("en_US")
 2            instance of PG_ProviderModule 
 3            {
 4                Description = "Instance Provider for the TestClass";
 5                Caption = "Instance Provider for the TestClass";
 6                Name = "ExceptionsTestModule";
 7 kumpf  1.2     Vendor = "OpenPegasus";
 8 s.soni 1.1     Version = "1.0";
 9                InterfaceType = "C++Default";
10                InterfaceVersion = "2.1.0";
11                Location = "ExceptionsTest";
12            };
13            
14            instance of PG_Provider
15            {
16                ProviderModuleName = "ExceptionsTestModule";
17                Name = "ExceptionsTest";
18            };
19            
20            instance of PG_ProviderCapabilities
21            {
22                ProviderModuleName = "ExceptionsTestModule";
23                ProviderName = "ExceptionsTest";
24                CapabilityID = "ExceptionsTest";
25                ClassName = "FirstClass";
26                Namespaces = { "root/SampleProvider" };
27                ProviderType = { 2 };
28                SupportedProperties = NULL;
29 s.soni 1.1     SupportedMethods = NULL;
30            };
31            
32            instance of PG_ProviderCapabilities
33            {
34                ProviderModuleName = "ExceptionsTestModule";
35                ProviderName = "ExceptionsTest";
36                CapabilityID = "ExceptionsTest";
37                ClassName = "SecondClass";
38                Namespaces = { "root/SampleProvider" };
39                ProviderType = { 2 };
40                SupportedProperties = NULL;
41                SupportedMethods = NULL;
42            };
43            
44            instance of PG_ProviderCapabilities
45            {
46                ProviderModuleName = "ExceptionsTestModule";
47                ProviderName = "ExceptionsTest";
48                CapabilityID = "ExceptionsTest";
49                ClassName = "ThirdClass";
50 s.soni 1.1     Namespaces = { "root/SampleProvider" };
51                ProviderType = { 2 };
52                SupportedProperties = NULL;
53                SupportedMethods = NULL;
54            };
55            

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2