1 /*
2  * COPYRIGHT:       See COPYING in the top level directory
3  * PROJECT:         ReactOS Kernel Streaming
4  * FILE:            drivers/wdm/audio/backpln/portcls/connection.c
5  * PURPOSE:         purecall stub
6  * PROGRAMMER:      Johannes Anderwald
7  */
8 
9 #include "private.hpp"
10 
11 extern "C" {
12   void
13 	  __cxa_pure_virtual()
14   {
15     // put error handling here
16 
17     DbgBreakPoint();
18   }
19 }
20