(file) Return to OperationContext.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/OperationContext.h between version 1.27 and 1.28

version 1.27, 2003/11/15 02:49:54 version 1.28, 2003/11/19 23:07:45
Line 266 
Line 266 
     */     */
     IdentityContainerRep* _rep;     IdentityContainerRep* _rep;
  
   private:
       IdentityContainer();    // Unimplemented
 }; };
  
  
Line 322 
Line 324 
 protected: protected:
     SubscriptionInstanceContainerRep* _rep;     SubscriptionInstanceContainerRep* _rep;
  
   private:
       SubscriptionInstanceContainer();    // Unimplemented
 }; };
  
 class SubscriptionFilterConditionContainerRep; class SubscriptionFilterConditionContainerRep;
Line 386 
Line 390 
 protected: protected:
     SubscriptionFilterConditionContainerRep* _rep;     SubscriptionFilterConditionContainerRep* _rep;
  
   private:
       SubscriptionFilterConditionContainer();    // Unimplemented
 }; };
  
     /**REVIEWERS: Insert class description here.     /**REVIEWERS: Insert class description here.
Line 447 
Line 453 
 protected: protected:
     SubscriptionInstanceNamesContainerRep* _rep;     SubscriptionInstanceNamesContainerRep* _rep;
  
   private:
       SubscriptionInstanceNamesContainer();    // Unimplemented
 }; };
  
     ///Insert class description here.     ///Insert class description here.
Line 546 
Line 554 
 protected: protected:
    AcceptLanguageListContainerRep* _rep;    AcceptLanguageListContainerRep* _rep;
  
   private:
       AcceptLanguageListContainer();    // Unimplemented
 }; };
     /** REVIEWERS: Insert class description here.     /** REVIEWERS: Insert class description here.
     */     */
Line 606 
Line 616 
     /** REVIEWERS: Insert description here. What parameters need descriptions?     /** REVIEWERS: Insert description here. What parameters need descriptions?
     */     */
     SubscriptionLanguageListContainerRep* _rep;     SubscriptionLanguageListContainerRep* _rep;
   
   private:
       SubscriptionLanguageListContainer();    // Unimplemented
 }; };
  
     /** REVIEWERS: Insert class description here.     /** REVIEWERS: Insert class description here.
Line 670 
Line 683 
     */     */
    ContentLanguageListContainerRep* _rep;    ContentLanguageListContainerRep* _rep;
  
   private:
       ContentLanguageListContainer();    // Unimplemented
 }; };
  
 #endif  // PEGASUS_USE_EXPERIMENTAL_INTERFACES #endif  // PEGASUS_USE_EXPERIMENTAL_INTERFACES
Line 735 
Line 750 
 protected: protected:
     SnmpTrapOidContainerRep* _rep;     SnmpTrapOidContainerRep* _rep;
  
   private:
       SnmpTrapOidContainer();    // Unimplemented
 }; };
  
  


Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2