mmserv/tms/inc/tmsqueuehandler.h
changeset 14 80975da52420
parent 12 5a06f39ad45b
child 25 6f7ceef7b1d1
--- a/mmserv/tms/inc/tmsqueuehandler.h	Fri Apr 16 15:29:42 2010 +0300
+++ b/mmserv/tms/inc/tmsqueuehandler.h	Mon May 03 12:59:52 2010 +0300
@@ -37,7 +37,8 @@
 class MQueueHandlerObserver
     {
 public:
-    virtual void QueueEvent(gint aEventType, gint aError, void* user_data) = 0;
+    virtual void QueueEvent(gint aEventType, gint aError,
+	        void* event_data) = 0;
     };
 
 /**