Make profiling to UDP work again
[lhc/web/wiklou.git] / includes / profiler / ProfilerStub.php
index c0eb0fb..7b310c1 100644 (file)
@@ -39,4 +39,7 @@ class ProfilerStub extends Profiler {
        public function close() {}
        public function logData() {}
        public function getCurrentSection() { return ''; }
+       public function transactionWritingIn( $server, $db ) {}
+       public function transactionWritingOut( $server, $db ) {}
+       public function getRawData() { return array(); }
 }