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

Diff for /pegasus/src/Pegasus/Common/MessageQueue.h between version 1.44 and 1.45

version 1.44, 2006/08/25 17:58:57 version 1.45, 2006/11/30 11:33:20
Line 27 
Line 27 
 // ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 // //
 //==============================================================================  //=============================================================================
 // //
 //%/////////////////////////////////////////////////////////////////////////////  //%////////////////////////////////////////////////////////////////////////////
  
 #ifndef Pegasus_MessageQueue_h #ifndef Pegasus_MessageQueue_h
 #define Pegasus_MessageQueue_h #define Pegasus_MessageQueue_h
Line 119 
Line 119 
     virtual Message* dequeue();     virtual Message* dequeue();
  
     /** Returns true if there are no messages on the queue. */     /** Returns true if there are no messages on the queue. */
     Boolean isEmpty() const { return _messageList.is_empty(); }      Boolean isEmpty() const { return  (Boolean) _messageList.is_empty(); }
  
     /** Returns the number of messages on the queue. */     /** Returns the number of messages on the queue. */
     Uint32 getCount() const { return _messageList.size(); }      Uint32 getCount() const {  return (Uint32) _messageList.size(); }
  
     /** Retrieve the queue id for this queue. */     /** Retrieve the queue id for this queue. */
     Uint32 getQueueId() const throw() { return _queueId; }     Uint32 getQueueId() const throw() { return _queueId; }


Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2