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

Diff for /pegasus/src/Pegasus/Listener/List.h between version 1.8 and 1.9

version 1.8, 2007/07/06 13:47:36 version 1.9, 2008/02/27 20:28:18
Line 89 
Line 89 
 { {
 public: public:
     /**     /**
      * Constructs a PtrList object.          Constructs a PtrList object.
      *  
      * @param portNumber  the specified socket port the listener will listen to  
    * @param sslContext  the specifed SSL context  
      */      */
     PtrList();     PtrList();
     /**     /**
      * Destructor of a PtrList object.          Destructor of a PtrList object.
      */      */
   ~PtrList();   ~PtrList();
  
     /**     /**
      * Adds an element into the list          Adds an element into the list.
      *          @param element The element pointer to add.
      * @param the element to add.  
      */      */
     void add(void* element);     void add(void* element);
  
     /**     /**
      * Removes an element from the list          Removes an element from the list
      *          @param element The element pointer to remove.
      * @param the element to remove.  
      */      */
     void remove(void* element);     void remove(void* element);
  
     /**     /**
    * Returns an iterator over the elements in this list in proper sequence.          Returns an iterator over the elements in this list in proper sequence.
    *          @return an iterator over the elements in this list in proper sequence.
    * @return an iterator over the elements in this list in proper sequence.  
    */    */
     Iterator* iterator();     Iterator* iterator();
  


Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2