Encapsulate obscure detail that lower numeric priority is higher queue priority
[clinton/bobotpp.git] / source / ServerQueueItem.H
index c57838e..2e163b8 100644 (file)
@@ -35,6 +35,8 @@ public:
   virtual bool merge(ServerQueueItem *) { return false; }
   virtual String getLine() = 0;
 
+  bool operator< (const ServerQueueItem & item);
+
   friend class ServerQueue;
 
 private: